Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Istringmap storage
#1
Hi Gintaras, hi all

i rely heavily on IStringMap routines, as you adviced me several times.

It seems quicker than Csv when handling many many datas, but the only way i found to store it is using

setmacro and assign IStringMap datas to a macro. On the opposite to ICsv, it does not have a save/load function
apart a string conversion.

AddList/GetList -> array <-> str

Is there a better way to do that netherless?

TY
#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")
#3
ok, meets what i do, ty for confirmation.


Forum Jump:


Users browsing this thread: 1 Guest(s)