Forum Discussion

EnTerr's avatar
EnTerr
Roku Guru
12 years ago

roAssociativeArray.append() with duplicate keys [solved]

Documentation is laconic Append(aa as Object) Append an AssociativeArray to this one. It is unclear what happens if the same keys are present in both dictionaries? E.g. a={k:"a"} and b={k:"b"}, ...