PARAMTEXT
7.8.5, PLBCMP GUI Only
The PARAMTEXT instruction sets the strings for DIALOG and ALERT string substitution. The instruction uses the following format:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
string0
Required. A previously defined Character String Variable or a string Literal used as a replacement for ^0.
string1
Required. A previously defined Character String Variable or Literal used as a replacement for ^1.
string2
Required. A previously defined Character String Variable or Literal used as a replacement for ^2.
string3
Required. A previously defined Character String Variable or Literal used as a replacement for ^3.
Flags Affected: NONE
Note the following:
Each string specified is a replacement string for the ALERT instruction.
A null variable indicates that no string substitution takes place.
This instruction is not supported by the PLB Web Server.
See Also: Example Code, System Interface Instructions
![]() |