Thread: for loops
View Single Post
  #14  
Old 10-23-2001, 11:05 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Quote:
Originally posted by dragoonvenganc
Why.. j and i would always be =.. what is the use
well I think he is meaning like 1 adds up then the next..
well kinda of like

for(this.x=0;this.x<=10;this.x++) for(this.y=0;this.y<=10;this.y++){
//coding
}

I think he means like so it would run it like that
__________________
Thanks,
-KJL
Reply With Quote