bResult = IsLong ( vExpr ) AS Boolean bResult = Long? ( vExpr ) AS Boolean
Returns TRUE if the type of the expression vExpr is Long.
PRINT IsLong(1) False
PRINT IsLong(Lof(SomeFile)) True