Contents
Display Legacy Contents

 Print
    Division Remainder      
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#

See also
Samples
Sample 1
Sample 2
 
Updated: 11/3/2014 3:30 PM