array.isDefined()

Returns whether there exists an item in the array at the selected index.

array.isDefined( index=number )

Returns: Boolean

Argument Description
index
number, required

The index which to check

Examples

See also