View Single Post
  #44  
Old 11-26-2003, 04:49 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally posted by Hevaricubed
lol lazyness.

for(i=0;i<10;i++ {

}

==

i=0;
while (i<10) {

i++;
}

you think not?

Hit F6.
You're missing the point. Some people are requesting commands for things which can easily be scripted, just so they don't have to script it themselves. There's a difference between a time-saving command and one which is incarnated just because of someone's laziness. In other words, they're asking for something that they'll only use once or twice, not a script command which would come into use frequently.
Reply With Quote