/
Array Functions
Array Functions
This section contains functions that enable users to handle arrays.
Functions Summary
Notes
Arrays are created by using this construct: {<value1>, <value2>, ..., <value3>}
Multi-dimensional arrays are supported.
Related content
substring
substring
Read with this
Array routines
Array routines
More like this
arrayAddElementIfNotExist
arrayAddElementIfNotExist
Read with this
Array Values
Array Values
More like this
arrayDeleteElement
arrayDeleteElement
Read with this
Array Values
Array Values
More like this