View Single Post
  #9  
Old 08-30-2007, 06:50 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by xXziroXx View Post
PHP Code:
temp.txt "I love f'ing rock'n'roll!";
for (
temp.footemp.txt.tokenize()) temp.txt2 = (temp.txt2 == NULL temp.foo temp.txt2 temp.foo);
player.chat temp.txt2
PHP Code:
temp.txt2 = (temp.txt2 == NULL temp.foo temp.txt2 temp.foo); 
Is the same thing as just:

PHP Code:
temp.txt2 @= temp.foo
You should always initialize the variable prior to the for loop so you don't accidentally use the variable beforehand and not even realize it.
__________________
Do it with a DON!
Reply With Quote