Re: Subroutine to write to file

2002-03-24 Thread fliptop
Rafael Cotta wrote: > I need a sobroutine to append a string passed as parameter to a file. And > this sobroutine has to lock and unlock the file, and wait if the file is > locked when it tries to write. > > This may be a very simple thing. Could someone give me a sample? have you tried the fa

Subroutine to write to file

2002-03-24 Thread Rafael Cotta
Hi all, As you can see, I am a newbie, and I don't have the time to write this from my own, so, I gotta ask. I need a sobroutine to append a string passed as parameter to a file. And this sobroutine has to lock and unlock the file, and wait if the file is locked when it tries to write. This may