Hi, is it possible to change the value of the key in an array?
For example if I have the following: tmparr["-"] = "1"; tmparr["test"] = "2";
I would like to change "-" to another value in the array... and I want to maintain the order of those keys