Cicode Programming Reference > Using Arrays

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.

See Also

Variable Declaration Standards

Declaring Array Properties

Declaring the Array Data Type

Naming Arrays

Declaring the Variable Array Size

Setting Default (Initial) Array Values

Passing Array Elements as Function Arguments

Using One-dimensional Arrays

Using Two-dimensional Arrays

Using Three-dimensional Arrays

Using Array Elements in Loops

Using the Table (Array) Functions

Using Cicode Files