Re: The concept of a record
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 12:20:48 -0800
Klaus Wacker wrote:
(snip)
In formatted I/O, yes. In un formatted I/O the concept of a line
doesn't exist.
I would probably say that even in FORMATTED I/O the concept of
line doesn't exist. The standard, even Fortran 2003, defines
I/O in terms of records (or logical records).
The one place it does mention lines is for Fortran source, which
is defined as lines, continuation lines, etc.
A Fortran record sent to a printer would normally be one print line,
and if sent to a card punch one card. On disk or tape it is just
a logical record. (The exception, it seems, is if a program is
outputting Fortran source statements.)
-- glen
.
- References:
- The concept of a record
- From: qsc
- Re: The concept of a record
- From: Klaus Wacker
- The concept of a record
- Prev by Date: Re: The concept of a record
- Next by Date: Did anyone manage to get MATRAN compiled with g95?
- Previous by thread: Re: The concept of a record
- Next by thread: Re: The concept of a record
- Index(es):
Relevant Pages
|
|