Cicode Programming Reference > Using Arrays | Cicode

Using Arrays

A Cicode variable array is a collection of Cicode variables of the same data type, in the form of a list or table. You name and declare an array of variables in the same way as any other Cicode variable. You can then refer to each element in the array by the same variable name, with a number (index) to indicate its position in the array.

Working with arrays involves the following:

Note: Citect SCADA also provides a set of array functions that support associations with animation objects. See Array Functions.

See Also

Published June 2018