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.

Example
PRINT IsShort(1)

False

Example
PRINT IsShort(CShort(1))

True


See also
Datatype Functions