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.

Example
PRINT IsLong(1)

False

Example
PRINT IsLong(Lof(SomeFile))

True


See also
Datatype Functions