Quote:
|
Originally Posted by Ajira
I don't understand what you're trying to say. o_O
|
Sorry, what I meant is, if I've got, as example, client.foo with the value "bar", I want to be able to do things like client.foo.add("qux"); or client.foo[0] (which should then return "bar"). At the moment this only works when the value got a suffixing ",", meaning it gets recognized as an array.