Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 2.23 KB

File metadata and controls

72 lines (60 loc) · 2.23 KB

Function: ArrayIsDefined

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

Method Signature

ArrayIsDefined(array=[array], index=[any])

Arguments

Argument Type Required Description Default
array array true The array to be searched.
index any true The index to check.

Examples

Related