nRows function

Syntax

float nRows(array)

Parameters

Returns

The number of rows in array.

Related

Example

Print size

const array = [1, 2, 3;
               4, 5, 6]

Example --> print(nRows(array)) // 2

Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.