Thread: #n > Gs2
View Single Post
  #9  
Old 02-12-2006, 02:45 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
jake13jake, take this as an example:

PHP Code:
function onCreated()
{
  
this.nick "a";
  echo(
nick);
  
temp.nick "b";
  echo(
nick);

Guess what is output?

Quote:
a
b
Reply With Quote