AutoHotkey Community

It is currently May 27th, 2012, 1:03 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: FileAppend
PostPosted: September 10th, 2005, 9:14 pm 
Offline

Joined: August 25th, 2005, 9:40 pm
Posts: 129
Ideally, there would be another parameter in FileAppend control which would flag whether or not to process the content after "FileAppend" as AHK code.

This would mitigate the problem of syntax errors when content is a language other than AHK
________
Mercedes-benz 560 specifications


Last edited by webber on February 11th, 2011, 5:55 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 11th, 2005, 12:46 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
FileAppend always appends the text exactly as specified. The only exception are commas, percent signs, and accents, which must be escaped. You can avoid the need to escape them by using a continuation section, which treats commas as literal and has an option to treat percent signs as literal.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 29 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group