realbasic-games
[Top] [All Lists]

Re: Streaming txt log

To: <realbasic-games at lists dot realsoftware dot com>
Subject: Re: Streaming txt log
From: Lars Jensen <larsjensen at rcn dot com>
Date: Fri, 18 Feb 2005 09:54:03 -0500
Delivered-to: realbasic-games at lists dot realsoftware dot com
> Hey Guys, im having a lot of problems trying to make a txt file that
> ceeps getting updated by RB, i can add one line, but thats all. its to
> be put in a TCP socket, when data is recived, it is recorded in a txt
> file. any one know how?

Perhaps you open the file and append the first line, and then the next chunk
of data is received, and you try to open the file again and it fails because
the file is still open?

That's just a guess -- if it doesn't pan out, please post some code and
describe your symptoms in more detail. Also, have you stepped through your
code using the debugger?

lj
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>