To add to an array
obj.add("lols");
to delete
obj.remove("lols"); <--Must be inside the array
to display
message( format("%s is the first index of the array", obj[0]) );
normally, you get left over "" for some reason, it's best to trim the obj
temp.trimmedaccount = player.account.trim();
obj.add( temp.trimmedaccount );
Infact, read this
http://wiki.graal.net/index.php/Crea...ject_functions