Thread: tiles[x,y] ?
View Single Post
  #16  
Old 12-01-2005, 10:02 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Yen
And I agree with Fox. Plus, an array with one value isn't an array..
However, I think you should be able to read a variable that's not an array with var[0].
PHP Code:
function onCreated() {
  
this.cookies 7;
  
chat this.cookies[0];

PHP Code:
function onCreated()
{
  
rname "LINDA";
  echo(
rname SPC rname[0]);

... produces "LINDA LINDA".
__________________
Skyld
Reply With Quote