TextMacro
Properties
Name | Description | Type |
---|---|---|
qTag | Name of the variable. | String |
qRefSeqNo |
Order in which the variable was referenced during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo. |
Integer |
qSetSeqNo |
Order in which the variable was updated during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo. |
Integer |
qDisplayString | Variable value. | String |
qIsSystem | Is set to true if the variable is a system variable. | Boolean |
qIsReserved | Is set to true if the variable is a reserved variable. | Boolean |