Thread: Better ATTR's
View Single Post
  #7  
Old 07-27-2011, 12:39 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Mark Sir Link View Post
cannot store arrays
Yes it can.

Example:

PHP Code:
// Array stored in an attribute
this.attr[10] = @{ "foo", "bar", "baz" };

...

//#CLIENTSIDE

this.chat = this.attr[10].tokenize(",")[0];  // Equals "foo" 
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote