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 

fileappend doesn't work

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



Joined: 20 Dec 2005
Posts: 61

PostPosted: Sun Nov 15, 2009 10:27 am    Post subject: fileappend doesn't work Reply with quote

ok i might be totally missing something obvious but i can't get a simple FileAppend line to work. i used this from the help:

Code:
FileAppend, Another line.`n, C:\My Documents\Test.txt


and i get an error saying:

Error: Missing separator character after keyword

what gives?
Back to top
View user's profile Send private message
Learning one



Joined: 04 Apr 2009
Posts: 1000
Location: Croatia

PostPosted: Sun Nov 15, 2009 10:36 am    Post subject: Reply with quote

This works on my comp...
Code:

FileAppend, Another line.`n, %A_MyDocuments%\Test.txt
Back to top
View user's profile Send private message Visit poster's website
System Monitor



Joined: 09 Mar 2007
Posts: 509
Location: Unknown

PostPosted: Sun Nov 15, 2009 10:36 am    Post subject: Reply with quote

I did not get an error. I am guessing there is some other code you left out?
If not, try reinstalling the newest version of ahk.
Back to top
View user's profile Send private message Visit poster's website
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