Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • INDEXES(ARRAY("Cat","DOG","BIRD")) → ARRAY(0,1,2)

Anchor
is_array
is_array

IS_ARRAY

IS_ARRAY(Value)

Returns true if the value is an array.

ParameterTypeDescription

Value

Any

Value to check.

ResultBoolean

Returns true (1) if the Value is an array; false (0) if the Value is not not an array.

Examples:

  • IS_ARRAY(ARRAY(1,2,3)) → 1

Anchor
is_empty
is_empty

IS_EMPTY

IS_EMPTY(A)

...