Previous PageNext Page

8.4.37 IsArray Function

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

Syntax

IsArray(varname)

Arguments

varname
Any variable.

Remarks

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

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page