Can anyone explain how the modulus works. I tried to use %, but the return value was not what i expected. I read the help in fox 6, which says:
Returns the remainder (modulus) obtained by dividing one numeric expression into another
? 3089%60 returns 29 and I was expecting 483...
I think I simply do not understand the mathmatical meaning of modulus. If i did understand, possibly the operator or function may be useful to me.
Thanks, darrin
Returns the remainder (modulus) obtained by dividing one numeric expression into another
? 3089%60 returns 29 and I was expecting 483...
I think I simply do not understand the mathmatical meaning of modulus. If i did understand, possibly the operator or function may be useful to me.
Thanks, darrin