Divde two numbers returning the quotient and the remainder.
Syntax: quotient,remainder = DivMod(a,b)
Example:
x,y = DivMod(5,2) ' x=2 y = 1