Re: Automatic allocation of an available file unit
- From: beliavsky@xxxxxxx
- Date: 31 Mar 2006 11:00:28 -0800
Paul Van Delst wrote:
<snip>
But, if you do the above doesn't it mean that you don't really care what the actual unit
value is? All you care is that it's valid to use for file I/O, right? So what does it
matter if it's negative?
The NUMBER specifier for the INQUIRE statement returns the unit number
connected to the file, or -1 if there is no unit connected to the file.
Therefore I would never want -1 to be a valid unit number.
.
- Follow-Ups:
- Re: Automatic allocation of an available file unit
- From: Paul Van Delst
- Re: Automatic allocation of an available file unit
- References:
- Automatic allocation of an available file unit
- From: Joe Krahn
- Re: Automatic allocation of an available file unit
- From: Paul Van Delst
- Automatic allocation of an available file unit
- Prev by Date: Re: Structure of large link libraries in f95
- Next by Date: Re: Structure of large link libraries in f95
- Previous by thread: Re: Automatic allocation of an available file unit
- Next by thread: Re: Automatic allocation of an available file unit
- Index(es):
Relevant Pages
|