Quote:
Originally Posted by xXziroXx
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