LOTUSSCRIPT LANGUAGE
Syntax
-numExpr
Elements
numExpr
The result is of the same data type as numExpr. The data type of -v, where v has the value EMPTY, is Long.
If numExpr is a NULL, the result is a NULL.
Example
Dim x As Integer x% = 56 Print -x% ' Prints -56
See Also