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 

What is the "on.LST" file for?

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



Joined: 16 Dec 2004
Posts: 84

PostPosted: Tue May 03, 2005 5:38 pm    Post subject: What is the "on.LST" file for? Reply with quote

When I launch my script, it is creating a file call "on.LST".
When I open it up.. it is completely empty.
Is there anyway I can prevent it from creating?
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Tue May 03, 2005 7:42 pm    Post subject: Reply with quote

I can't think of anything to explain that. The script itself is probably using FileAppend to create the file. Double-check your use of FileAppend, especially ensuring that commas inside its Text parameter are escaped with a leading accent. For example:

FileAppend, Text`, with escaped comma, Filename.txt
Back to top
View user's profile Send private message Send e-mail
Pasukun



Joined: 16 Dec 2004
Posts: 84

PostPosted: Tue May 03, 2005 10:44 pm    Post subject: Reply with quote

My bad..
It was not the AHK script generating that file.
It was the SQL script creating it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   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