10-25-2006 11:27 AM
10-25-2006 01:23 PM
11-14-2006 04:11 PM
Unfirtunately CVI does not handle commented-out lines when reading a INI file so it does not rewrites them to the file when saving data.
I can suggest you to create fake data items instead of remarks (=comment). Something like this:
[Section 1]
Item 1 = 123
Item 2 = "String"
Coment 1 = "A row of comments"