WebBase Data Type: Number.
Number is a Integer number which can be any value
from: -2,000,000,000 to: +2,000,000,000.
In WebBase apllication all varible names of the
number type must end with the % symbol.
You can add, substruct, multyply and divide any number.
Example: a%=5+2; b%=a-2; c%=a*b; d%=c%/a%
Result: a%=7 b%=5 c%=35 d%=5
Program Example
Return
Last Updated: July 1998