View Single Post
Old 10-16-2004, 07:19 AM   #16 (permalink)
RobertStout
Registered User
 
RobertStout's Avatar
 
Join Date: Oct 2004
Location: Dank cellar
Posts: 18
RobertStout is on a distinguished road
Quote:
perhaps a for(.. ;i < 3; ..) since if suddently someone decides to have I skip two, the != 3 will make it true even when it reaches 23.
I see your point redhead, I got into the habit of using != over > for some reason.
RobertStout is offline   Reply With Quote