Array.len

Array.len

Array.len

Function

Returns the number of array elements.

Syntax

Parameters

No parameters.

Return value

TypeDescription
IntReturns the length of the array.

Example

Notes

  • Reading the length does not modify the array.