> 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>
|