Re: Type casting of integer to character in fortran
- From: "Michael Metcalf" <metcalfmetcalf@xxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 11:06:45 +0200
<munishwar.ahuja@xxxxxx> wrote in message
news:1114764604.602378.86180@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
You need to look up internal files in your textbook:
IMPLICIT NONE
INTEGER :: ID
CHARACTER*30 :: AA
ID=2
AA='output_ .dat'
write(aa(8:8),'(i1)') id
PRINT *, AA
END
Regards,
Mike Metcalf
.
- References:
- Type casting of integer to character in fortran
- From: munishwar . ahuja
- Type casting of integer to character in fortran
- Prev by Date: Re: COMPUTATIONAL FLUID DYNAMICS - Help with SIMPLE algorithm implementation
- Next by Date: Re: compilation problem with module function interface definition
- Previous by thread: Type casting of integer to character in fortran
- Next by thread: Re: Type casting of integer to character in fortran
- Index(es):
Relevant Pages
|