Truncates the values in a number or number list at the whole number, leaving off any decimals. The values in the resulting list are separated using the multivalue separator that is selected for display in the field containing the formula.
Syntax
@Integer( numberValue )
Parameters
numberValue
truncatedValue
When using this function with a number list, the list concatenation operator takes precedence over any other operators. Negative numbers must be enclosed in parentheses.
Language cross-reference
CInt function of LotusScript language
CLng function of LotusScript language
Example See Also