nColumns function
Syntax
float nColumns(array)
Parameters
- array (float[], string[], bool[])
Returns
The number of columns in array.
Related
- Array types operators
- array initialization function
- size function
- nRows function
Example
Print size
const array = [1, 2, 3; 4, 5, 6] Example --> print(nColumns(array)) // 3
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.