Previous Topic

Next Topic

IsEmpty - MaxBasic Function

IsEmpty(Expression: Variant): Boolean

Returns True if the Expression is an empty variable. This returns True if the variable has not been initialised or has been set to Empty, otherwise returns False.

IsEmpty function syntax has these named arguments:

Parameter

Description

Expression

Required. Expression to be evaluated as Empty.

See Also

Boolean Functions

Book Contents

Book Index