Sequences Property
Runtime only
Applies To
Vision sequence
Description
This is a sequence array. This is used to access Sequences properties and results with an index.
Usage
VGet Sequences(index).Property, var
VGet Sequences(index).Result, var
- index
- An integer expression representing a sequence index
- Property
- The name of the Sequences property being accessed
- Result
- The name of the Sequences results being accessed
- var
- A variable showing the property or results value. The data type will vary depending on whether property or results are specified.
Remarks
The Sequences property can be used to use an index instead of a name to access sequences.
See Also
Count Property