May 1995
Beginner
508 pages
16h 14m
English
IsEmpty Function
IsEmpty(varname)varname
Use: Required
Datatype: Variant
A numeric or string expression.
Boolean (True or False).
Determines if the variable has been initialized by having an initial
value (other than Empty) assigned to it.
If the variant passed to IsEmpty has been
initialized, True is returned; otherwise,
IsEmpty returns False.
Although IsEmpty can take an expression as the
value of varname, it always returns
False if more than one variable is used in the
expression. IsEmpty is therefore most commonly
used with single variables.
Read now
Unlock full access