Quote:
Originally Posted by Mark Sir Link
it resulted in truncating to 1 anyway, I tried virtually everything leading into this
|
On clientside:
PHP Code:
temp.myArrayFromServerside = this.attr[17].tokenize(",");
this.chat = "My array has" SPC temp.myArrayFromServerside.size() SPC "entries and [1] equals '" @ temp.myArrayFromServerside[1] @"'!";