Hi,
There is a set of VIs for working with *.ini files in LV6i. It is locate in "Functios/File IO/Configuration file VIs/...".
Usually *.ini file consists of sections marked with the name inside square [] brackets. Each section includes the set of keys. They look like
[Section 1]
Key1 = 0
Key2 = abc
[Section 2]
Key3 = 1,2,3
Key4 = smth
.....
The set of VIs described above allows you to easily read/write/remove keys and sections.
Hope it helps.
Oleg Chutko.