This operator is used in <numeric> expressions. Use it to get the remainder of the division of one value for another.
Symbol: %
|
|
Example 1
|
|
Example 2 |
|
Example 3 |
10 % 5
Result = 0
|
|
5 % 2
Result = 1 |
|
2 % "Kalipso"
Result= #K_DIVISON_BY_ZERO_K# |
Updated: 3/21/2018 4:38 PM |