Type Alias TextMacro

type TextMacro = {
    qDisplayString?: string;
    qIsReserved?: boolean;
    qIsSystem?: boolean;
    qRefSeqNo?: number;
    qSetSeqNo?: number;
    qTag?: string;
}
Index

Properties

qDisplayString?: string

Variable value.

qIsReserved?: boolean

Is set to true if the variable is a reserved variable.

qIsSystem?: boolean

Is set to true if the variable is a system variable.

qRefSeqNo?: number

Order in which the variable was referenced during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo .

qSetSeqNo?: number

Order in which the variable was updated during the script execution. The same number sequence is used for both qRefSeqNo and qSetSeqNo .

qTag?: string

Name of the variable.