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)

False

PRINT IsShort(CShort(1))

True

See also

Datatype Functions