View Single Post
  #1  
Old 01-13-2013, 01:11 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
Adding Sub Array

Every time I use .add or .addarray to a blank or valued array variable I get a funky, dirty array that has to be sort through like hell in a very annoying way.


for example:

PHP Code:
temp.holder.addarray({temp.checkQuestparams[1]}); 
temp.checkQuest and params[1] are single value vars. The output is


PHP Code:
"""1,"",","Fake Quest 1" 
when I echo temp.holder, and I'm trying to insert holder into another array, but its nasty and almost useless like this.

wtf? I'm lost....
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote