05-09-2014, 04:22 AM
ARRAY(str) ak av
m.GetAll(ak av)
for i index1 index2
...
IStringMap data internally is stored in a sorted array. For example, if you add keys/values
m.AddList("one ONE[]two TWOO[]three THREE")
then you will get
one ONE
three THREE
two TWOO
m.GetAll(ak av)
for i index1 index2
...
IStringMap data internally is stored in a sorted array. For example, if you add keys/values
m.AddList("one ONE[]two TWOO[]three THREE")
then you will get
one ONE
three THREE
two TWOO