[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| % |
+---------------------------------+
<expN1> % <expN2>
-----------------------------------
Modulus operator - Returns remainder obtained by dividing a numeric
expression by another numeric expression.
-----------------------------------
<expN1>
The dividend (the number being divided)
<expN2>
The divisor (the number the dividend is divided by)
+---------------------------------+
| Examples |
+---------------------------------+
? 36 % 10
? (4*9) % (90/9)
? YEAR(DATE()) % 4
? 25.250 % 5.0
-----------------------------------
See Also: MOD()
-----------------------------------
See Also:
MOD()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson