Home > lang > islong 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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