Thread: Better ATTR's
View Single Post
  #12  
Old 07-27-2011, 09:16 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by xXziroXx View Post
That's why you do

PHP Code:
p.attr[17] = @{1, 5, 8}; 
instead of

PHP Code:
p.attr[17] = {1, 5, 8}; 
and then reads it as a tokenized string on clientside to pretend that it is an array.
it resulted in truncating to 1 anyway, I tried virtually everything leading into this
Reply With Quote