View Single Post
  #3  
Old 06-04-2010, 01:10 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Try
PHP Code:
temp.foo clientr.fish.(@fishtype[i]); 
AND, if you are trying to then update the original clientr value with temp.foo, you will not be able to because it is a copy, not a reference.

The only things GS2 will reference are objects and arrays.
Reply With Quote