I once did a mel function that basically looked for the remainder after dividing one number by another.
Example:
if ( $X remainder 5 == 0)
{ blah blah blah}
This says that if x/5 has a raimder of 0, then execute blah blah blah.
The problem is, I cannot remember what to put in place of where I've written the word remainder, and I cannot find it in the docs again. Anyone recall this command?
You may not post new threads |
You may not post replies |
You may not post attachments |
You may not edit your posts |
BB code is On |
Smilies are On |
[IMG] code is On |
HTML code is Off