Flowchart.abc

Synopsis
This keyword can be used in a link to denote parameter abc of the current flowchart.
Remarks
Returns
Returned types: Boolean; Fixture; Image; Numeric; PositionStamp; String; TimeStamp; Boolean array; Image array; Numeric array; Point array; PositionStamp array; String array; TimeStamp array.
Examples
1.

The following example shows how to reference the Timestamp parameter of the main flowchart.

Flowchart.Timestamp
2.

The following example shows how to reference the Timestamp parameter of the "Onsite" flowchart.

Flowcharts("Onsite").Flowchart.Timestamp