LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Easy tool for ini files

I just want to share my library to simplify working with ini files.
One function can read or write the whole cluster (typedef), so you don't have to create all keys manually.
Moreover, if the function doesn't find the corresponding key, it adds it to the file, so the configuration structure will always be up to date.

 

The work looks like in the image

ini.png

 

 

 

 

 

 

 

 

 

 

The source code (LabVIEW 2015) is here:
https://github.com/artemshgmailcom/LabVIEW_ini_lib

 

0 Kudos
Message 1 of 3
(633 Views)

Is this a little polished version of OpenG's variant of the INI toolkit?

 

https://www.vipm.io/package/oglib_variantconfig/

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(599 Views)

You're partly right. When I made this library for myself, I didn't realize that something like this had been done.


Nor it is not "polished", but made in its own way, there is a difference in the form of array recording, but it is not essential. So if I had known about this library, I wouldn't have wasted my time creating my own.

 

 

ini.JPG

0 Kudos
Message 3 of 3
(573 Views)