GetNumElements Function
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
GetNumElements Function
Syntax
Number GetNumElements(Array array)
Return Value
The number of elements in the array. For multi-dimensional arrays, this function returns a single value representing the total number of elements.
Purpose
This function returns the number elements in an array.
Parameters
array as Array
An array