AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ini file comments?

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Games
Guest





PostPosted: Sat Feb 07, 2009 9:41 am    Post subject: ini file comments? Reply with quote

Can you place comments in an ini file without disturbing the data?? for example:

blah=1 ;comment here
item=2 ;comment here
blahblah=3 ;comment here
Back to top
wrong section alert
Guest





PostPosted: Sat Feb 07, 2009 10:24 am    Post subject: Re: ini file comments? Reply with quote

Games wrote:
Can you place comments in an ini file without disturbing the data?

Ask for help
Back to top
2 moderator
Guest





PostPosted: Sat Feb 07, 2009 10:29 am    Post subject: Re: ini file comments? Reply with quote

wrong section alert wrote:
Games wrote:
Can you place comments in an ini file without disturbing the data?

Ask for help

oh, crap. Mod, please delete that post (and this one) - I thought I was in scripts and functions. Embarassed
I have to go now (and find something to beat my head with).
Back to top
Guest






PostPosted: Sat Feb 07, 2009 10:54 am    Post subject: Reply with quote

it depends on what you mean by "without disturbing the data".
The key value (along with the comment) will be assigned to outputvar.
Using your example, Outputvar will contain "blah=1 ;comment here"
Back to top
Superfraggle



Joined: 02 Nov 2004
Posts: 1019
Location: London, UK

PostPosted: Sat Feb 07, 2009 12:48 pm    Post subject: Reply with quote

wikipedia wrote:
Comments
Semicolons (Wink indicate the start of a comment. Comments continue to the end of the line. Everything between the semicolon and the End of Line is ignored.


However my tests show that AHK just copies the whole line ignoring comments. You can easily parse the string retrieved and remove the comments yourself...
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group