Forum Discussion
TheEndless
12 years agoRoku Guru
"EnTerr" wrote:
I notice that documentation has been updated to say"ifAssociativeArray.Append(aa as Object)" wrote:So it is behavior (B), the new AA overrides old AA content in case of overlapping keys. As any experienced developer would expect but now is in the RTFM and can be relied upon.
... If any key in aa are already associated with a value in this AssociativeArray, the current value is discarded and is replaced with the value in aa.
My gratitude goes to the forum's patron saint, RokuMarkn - thank you!
It's probably worth noting that case matters in this instance as well. So, if you have a key named "Test" and you append an AA with a key named "test", you'll end up with two separate keys.