Quote:
|
Originally Posted by junglelion
completed
used this
string var1=TimeToStr(TimeCurrent(),TIME_DATE|TIME_SECOND S);
handle=FileOpen("signals.txt", FILE_READ|FILE_WRITE, ';');
if(handle>0)
{
FileSeek(handle, 0, SEEK_END);
FileWrite(handle, var1, alert_msg);
FileClose(handle);
}
|

Did it work for you? Without FileFlush??
Anyway, give this script a look!
http://www.xpworx.com/AppendToFile.htm