Skip to main content

array.len()

Returns an array’s length

Availability

Device + Agent

Returns

Integer — the number of items in the array

Description

This method returns the length of the array, ie. the number of items currently stored within it.

Example Code