|
|
||||
|
||||
|
|
|
|||
|
There is plenty of posts about this topic. Just use search! Among others: <a href="http://forums.ni.com/ni/board/message?board.id=170&thread.id=5881&view=b y_date_ascending&page=2" target="_blank">here </a>or <a href="http://forums.ni.com/ni/board/message?board.id=170&message.id=153416&que ry.id=109547#M153416" target="_blank">here</a> Message Edited by ceties on 07-25-2008 06:36 AM
|
|
|||
|
I've seen many approaches (from others) in commenting the ini file.
Some examples include... Comment header: [COMMENT] [COMMENT_END] Symbols: double slash // semi column ; even double semi column ;; double pound ## I haven't seen /* but why not? As long as your code is set to handle it. TO detect the start and end of the comments. R |
|
|||
|
I think the user is asking whether they can write comments using the config file functions. As alluded to by Graziano, you need to use the Write Key function, and set the key name to have a semicolon at the beginning: <img src="http://forums.ni.com/attachments/ni/170/344022/1/Example_VI_BD6.png"> 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:Before:[SECT1]; This is a commentKey1=3.6After:[SECT1]; This is a comment=""Key1=3.54;Comment=""Message Edited by smercurio_fc on 07-25-2008 09:11 AM
Example_VI_BD6.png: http://forums.ni.com/attachments/ni/...ple_VI_BD6.png |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Nest a macro inside a %do loop based on an outside file of | toby dunn | Newsgroup comp.soft-sys.sas | 0 | 08-08-2007 01:44 PM |
| Re: Nest a macro inside a %do loop based on an outside file of | nospam@HOWLES.COM (Howard Schreier | Newsgroup comp.soft-sys.sas | 0 | 08-08-2007 02:35 AM |
| Re: PC SAS Transport file is bad | Michael Raithel | Newsgroup comp.soft-sys.sas | 0 | 05-09-2006 04:12 PM |
| Re: how to write multiple SAS tables into 1 xml file | Wensui Liu | Newsgroup comp.soft-sys.sas | 0 | 04-04-2006 04:14 PM |
| Re: how to write multiple SAS tables into 1 xml file | Randy Herbison | Newsgroup comp.soft-sys.sas | 0 | 04-04-2006 04:07 PM |