Try to use ini fileformat and use the read/write .ini style libarary
(inifile.fp )
[section1]
tag1=value1
tag2=vaalue2
,,
[section3]
tag1=value1
tagn=valun
lajos
"Orbis" wrote in message
news:50650000000800000041FF0000-1079395200000@exchange.ni.com...
>I need dictionary type of data structure where is key-value pairs. I
> would like to get value by key.
> In C++ this can be done with CMAP class.