Using Vectors to Access Direct Variables
You can use vectors to read from and write to array fields in the ClearSCADA database. Vectors are similar to arrays in that they can contain multiple values, but they also have a Length and Capacity that mean they can be used to only read or write a specific number of values.
For more information, see Vectors.