This category provides functions for manipulating array variables.
Connection Control Action Cell |
Description |
|
|
Returns the number of data values in an array variable. |
|
|
Adds a single data value at the specified location in an array variable. |
|
|
Reads a single data value from the specified location in an array variable and then stores it for use elsewhere. |
|
|
Removes a single data value from a specified location in an array variable and then optionally stores it for use elsewhere. |
|
|
Replaces a single data value at the specified location in an array variable with another value. |