Thread: for
View Single Post
  #25  
Old 02-22-2005, 11:57 PM
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 Python523
My. God. Learn to think like a computer scientist. It does not "replace" with.

allplayers is an object of some sort that acts as an array of all of the players online. By using the foreach syntax of with, you are merely just cycling through every element of that object array and setting each instance at a specific point in time to a specific player. There is no REPLACING. It is just another method to do it.
I can tell that your 'It' is referring to the foreach loop. We've kinda already established that part.

Quote:
Originally Posted by ApothiX
My. God. Learn GScript. It is NOT replacing with at all.
It looks like your 'It' is referring to the new method of accessing object properties. If so, your statement is incorrect.

Quote:
The default way to do it is with prefixes, therefor, with is what is doing the replacing.
'Default'? Another vague 'it'?

Quote:
It is like internet-shorthand, you don't replace 'u' with 'you', you replace 'you' with 'u'.
What? Do you not understand the definition of the word 'replace'? Your vague and inconsistent explanations and examples would seem to suggest so.

Last edited by Lance; 02-23-2005 at 12:08 AM..