Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IStringMap.EnumNext
#2
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)