Returns the size of a given array.
Example: Array Size([1, 2, 3]) = 3.
[Input] In - starts the block's execution.
[Output] Out - activates when the block has finished its execution.
[Input] Array (array, any type) - array to be evaluated.
[Output] Size (integer) - size of/number of elements in the "Array" data input.
Last updated 4 years ago
Was this helpful?