Previous Topic

Next Topic

IsString - MaxBasic Function

IsString(Expression: Variant): Boolean

Returns True if the Expression is of type String, otherwise returns False.

IsString function syntax has these named arguments:

Parameter

Description

Expression

Required. Expression to be evaluated.

See Also

Boolean Functions

Book Contents

Book Index