Variables.abc

Synopsis
This keyword can be used in a link to denote the variable abc of the current flowchart. If you are either in the Operator View Layout tab or in the Quick Evaluate pane, it will return the value of the variable abc of the current flowchart.
Remarks
Returns
Returned types: Boolean; Fixture; Image; Numeric; Object; Point; PositionStamp; String; TimeStamp; Boolean array; Fixture array; Image array; Numeric array; Object array; Point array; PositionStamp array; String array; TimeStamp array.
Examples
1.

The following example shows how to reference the FailCount variable of the current flowchart.

Variables.FailCount
2.

The following example shows how to reference the FailCount variable of the "Onsite" flowchart.

Flowcharts("Onsite").Variables.FailCount