NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

IsArray Function

Returns a Boolean value indicating whether a variable is an array.

IsArray(varname)

The required varname argument is an identifier specifying a variable.

Remarks

IsArray returns True if the variable is an array; otherwise, it returns False. IsArray is especially useful with objects containing arrays.

See Also

Example

Array Function | Declaring Arrays | IsDate Function | IsEmpty Function | IsError Function | IsNull Function | IsNumeric Function | IsObject Function | TypeName Function