Thread: %
View Single Post
  #4  
Old 01-16-2002, 05:19 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
It's used in clocks (only thing I've seen it in) and it tells the var/string what the limit is and when to go back to 0
like:
blah= blah2%60;
when it reaches 60, it will reset back to 0
[EDIT] That's what I think it is for, I may be wrong =/ [/EDIT]
Reply With Quote