Cicode Programming Reference > Cicode Function Categories > Table (Array) Functions | Cicode

Table (Array) Functions

Table functions perform mathematical functions on entire tables (or arrays), such as the calculation of minimum, maximum, average, and standard deviation values.

Note: This function only supports arrays declared in Cicode and not variable tag arrays.

Following are functions relating to Tables:

TableLookup

Gets a value from a table.

TableMath

Performs mathematical operations on a table, for example, average, maximum, minimum, etc.

TableShift

Shifts a table, left or right.

Note: This function only supports arrays declared in Cicode and not variable tag arrays.

See Also

Published June 2018