Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Istringmap storage
#2
Unlike CSV text, IStringMap data is rarely stored in files. Need 2 steps, there are no shorter ways.

Macro Macro471
Code:
Copy      Help
IStringMap m._create
str s.getfile("file")
m.AddList(s)
;...
m.GetList(s)
s.setfile("file")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)