For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated

Was this helpful?