Arrays Action Cells

This category provides functions for manipulating array variables.

Connection Control Action Cell

Description

 

Get Array Length

Returns the number of data values in an array variable.

 

Add To Array

Adds a single data value at the specified location in an array variable.

 

Read From Array

Reads a single data value from the specified location in an array variable and then stores it for use elsewhere.

 

Remove From Array

Removes a single data value from a specified location in an array variable and then optionally stores it for use elsewhere.

 

Update Array

Replaces a single data value at the specified location in an array variable with another value.

Full action cell list