Re: Converting string to Integer, Real, etc...
- From: "dpb" <dpbozarth@xxxxxxxx>
- Date: 27 Dec 2006 10:37:35 -0800
*** Hendrickson wrote:
....
You want to be a little careful with a "string". Technically,
Fortran doesn't have them. It has character variables and they
are a little different from C strings. In particular, they have a
fixed length and don't have any special termination character.
Blank fill happens automagically in places where you might not
expect it.
And, simply to fill out the other end of the spectrum :), truncation if
the target character variable isn't long enough to hold the operand.
.
- References:
- Converting string to Integer, Real, etc...
- From: Jeremy
- Re: Converting string to Integer, Real, etc...
- From: *** Hendrickson
- Converting string to Integer, Real, etc...
- Prev by Date: Re: READ and delimited format
- Next by Date: Proper way to return a string
- Previous by thread: Re: Converting string to Integer, Real, etc...
- Next by thread: Proper way to return a string
- Index(es):