LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulation with *.ini file

Hi, 

what would be the easiest way to read or create new ini file. I have an ini file that is not standard type, so i can't use vi's that are already written. 

example of an *.ini file in the attachment.

 

Thanks, Božidar

0 Kudos
Message 1 of 3
(2,690 Views)

For example you could read the file, skipping the first line, into a string.

Use string to array function to have a 2D array with keys in the first column and values in the second column:

 

string2array.png

 

 

Regards,

Marco

0 Kudos
Message 2 of 3
(2,679 Views)

Thanks a lot, very simple.

Božidar

0 Kudos
Message 3 of 3
(2,666 Views)