nRows function
float nRows(array)
array float[]string[]bool[]
Returns the number of rows in array.
Related
Example
const array = [1, 2, 3;
4, 5, 6]
Example --> print(nRows(array)) // 2
array float[]string[]bool[]
Returns the number of rows in array.
const array = [1, 2, 3;
4, 5, 6]
Example --> print(nRows(array)) // 2