07-03-2008 07:27 AM
07-03-2008 08:20 AM
Hi bohm,
afaik this is not a bug. You have to filter this lines if you need.
Mike
07-03-2008 10:12 AM
07-03-2008 10:13 AM
07-07-2008 08:52 AM
07-07-2008 09:07 AM
07-07-2008 09:37 AM
07-08-2008 01:34 PM
I am working with a config file right now and have done so in the past. I have to avoid putting comments in the ini file although I would like to. I will be thankful when this bug (or feature) is fixed. For the time being, I put my comments in the vi that creates the config file and in the vi that reads the file.
Another work around is to create a fake section and put comments on the next line. Just ignore it when you read it in. See the partial config file below:
[Comment]
This is a test comment.
[GPIB]
In the above, Comment is read as a section and the entire next line is read as a key with no value. Just ignore any sections that are labled Comment. It really doesn't cause any problems.
07-08-2008 01:43 PM
07-08-2008 01:57 PM
Wow!
The last time I looked (LV 7.1) updating an ini file wiped out all of the comments. You mean we are allowed to use comments?!
Ben