Home / lang / islong 
IsLong
Syntax
bResult = IsLong ( vExpr ) AS Boolean
bResult = Long? ( vExpr ) AS Boolean

Returns TRUE if the type of the expression vExpr is Long.

Examples

PRINT IsLong(1)

False

PRINT IsLong(Lof(SomeFile))

True

See also

Datatype Functions