Home / lang / isshort 
IsShort
Syntax
bResult = IsShort ( vExpression ) AS Boolean
bResult = Short? ( vExpression ) AS Boolean

Returns TRUE if the argument vExpression is a Short integer.

Examples

PRINT IsShort(1)
<hr>False

PRINT IsShort(CShort(1))
<hr>True

See also

Datatype Functions