Previous Topic

Next Topic

IsArray - MaxBasic Function

IsArray(Expression: Variant): Boolean

Returns True if the Expression is of type array, or is a JSON array, otherwise returns False.

This can be used with the ParseJSON function.

IsArray function syntax has these named arguments:

Parameter

Description

Expression

Required. Expression to be evaluated.

See Also

Boolean Functions

Book Contents

Book Index