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,