Re: fortran character set



On Aug 27, 7:06 pm, glen herrmannsfeldt <g...@xxxxxxxxxxxxxxxx> wrote:

There is a trick that DEC used to use before list-directed input, and
is probably still supported. That is, a comma on input would terminate
the field early. One could input, for example, with 1 FORMAT(3I10)
and input either

1 2 3

or

1,2,3,

"Short field termination" Yep, still supported.

Steve

.