LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Notes in INI file

Hi

(excuse my poor english)

Labview offers several VI to use ASCII config files.
I just want to put notes in these files. I tried to begin lines with ;
but, when labview writes to the file, it ends every note with a couple
of ""

For example, when I type this file:
[section_1]
parameter_1=15
; this is the température, the program will update it

after using 'write_a_key.vi, my file is modified as follow:
[section_1]
parameter_1=15
; this is the température, the program will update it""

(notice the two "")

This is not very annoying, but I wonder why this happens.
The user manual says that these files could be threated like windows INI
files, but I don't know the rules to put notes in a INI file.

Thanks,
0 Kudos
Message 1 of 1
(3,504 Views)