07-25-2008 06:27 AM
07-25-2008 06:34 AM - edited 07-25-2008 06:36 AM
07-25-2008 06:48 AM
07-25-2008 08:55 AM
07-25-2008 09:10 AM - edited 07-25-2008 09:11 AM
This is the only way you can do it with the config file functions. However, as of LabVIEW 8.2 the config file functions STILL (!!) have a bug in them that messes up already existing comments. This is what will happen:
[SECT1]
; This is a comment
Key1=3.6
[SECT1]
; This is a comment=""
Key1=3.54
;Comment=""
07-25-2008 09:24 AM
OOpps... I didn't catch that one.
Thanks for the clarification, smercurio.
R
07-27-2008 11:44 PM