Integer data type (LotusScript® Language)
Specifies a variable that contains a signed 2-byte integer.
Usage
An Integer value is a whole number in the range -32768 to 32767, inclusive.
Integer variables are initialized to 0.
The Integer suffix character for implicit type declaration is %.
LotusScript® aligns Integer data on a 2-byte boundary. In user-defined data types, declaring variables in order from highest to lowest alignment boundaries makes the most efficient use of data storage space.