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:

 

 

[label]

PARAMTEXT

{string0},{string1},{string2},{string3}

 

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:

  1. Each string specified is a replacement string for the ALERT instruction.

  2. A null variable indicates that no string substitution takes place.

  3. This instruction is not supported by the PLB Web Server.

 

 

See Also: Example Code, System Interface Instructions

 



PL/B Language Reference MOVEVL PATH