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"}, ...