SINTEGER
The SINTEGER function converts a number to a short integer. The result
is of type SHORT INTEGER.
Syntax
SINTEGER(n)
Parameters
n The number to be converted. This can be of any numeric
type.
Examples
10 A = SINTEGER(5.678) !A = 6