Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I can open and close the text file datum.txt, but I can't insert anything into it. Each time I get the error: wrong command on the line FILE WRITE $text TO "out"
Do you know where I have the error?
STRING $text = "test"
FILE OPEN "c:\PowerMill\datum.txt" FOR APPEND AS "out"
FILE WRITE $text TO "out"
FILE CLOSE "out"
Solved! Go to Solution.