Re: How to convert integers to characters?



Craig Dedo <cdedo@xxxxxxxxx> wrote:
[about internal I/O]
you use a CHARACTER variable or array element

Note that in Fortran 77, an array element *IS* a character variable
(unless it is a constant, but that case happens to be disallowed here
anyway). Thus the above statement is both more concise and more accurate
if you omit the "or array element" part.

This wasn't the case in f77, where array elements were a completely
distinct category of things. But other parts of the post implicitly
assume f90 or later (or f77 with extensions) anyway.

--
Richard Maine | Good judgement comes from experience;
email: last name at domain . net | experience comes from bad judgement.
domain: summertriangle | -- Mark Twain
.



Relevant Pages