| View previous topic :: View next topic |
| Author |
Message |
dwaynek
Joined: 20 Dec 2005 Posts: 61
|
Posted: Sun Nov 15, 2009 10:27 am Post subject: fileappend doesn't work |
|
|
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 |
|
 |
Learning one
Joined: 04 Apr 2009 Posts: 1000 Location: Croatia
|
Posted: Sun Nov 15, 2009 10:36 am Post subject: |
|
|
This works on my comp...
| Code: |
FileAppend, Another line.`n, %A_MyDocuments%\Test.txt
|
|
|
| Back to top |
|
 |
System Monitor
Joined: 09 Mar 2007 Posts: 509 Location: Unknown
|
Posted: Sun Nov 15, 2009 10:36 am Post subject: |
|
|
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 |
|
 |
|