Array Size
Click to copy
Returns the size of a given array.
Example: Array Size([1, 2, 3]) = 3.
Flow Connections
- [Input] In - starts the block's execution.
- [Output] Out - activates when the block has finished its execution.
Data Connections
- [Input] Array (array, any type) - array to be evaluated.
- [Output] Size (integer) - size of/number of elements in the "Array" data input.