1. Re: open file? ROB help
On Fri, 4 Feb 2000 11:54:42 -0500, Bernie Ryan <bwryan at PCOM.NET> wrote:
>This is the problem with file open
>
> When I use the builtin open I get a file handle of 3
>
> When I use Jacques DosOpen in doswrap.e I get a file handle of 5
>
> If I open 2 dummey files before opening my binary file to force it
>
> to be file handle 5 then I can write to it without the error message.
>
> Bernie
Rob when I do the above the write goes to the wrong file it goes to
file handle 3 instead of 5
Are you sure that you are returning REAL file handles ???
Bernie