question on character-like variable defination
- From: "sunnylele" <sjsongjing@xxxxxxxxx>
- Date: 30 Mar 2006 16:12:50 -0800
Hi, all,
in Fortran77, normally a variable to store a string can be defined as:
character file
-------------------------------------------------------
But how to interpret the following defination:
character*30 files,fileid,prname,nmname,nmriname,inhnam,fidnam,
# mgc1t1,mgc2t1,mgc1p1,mgc2p1,mgc1g1,mgc2g1
character flags*5,tfile*80,cmt*74
-------------------------------------------------------
what does it mean by "character*30" and "character flags*5"
Thanks!
Jing
.
- Follow-Ups:
- RE: question on character-like variable defination
- From: meek
- Re: question on character-like variable defination
- From: James Giles
- RE: question on character-like variable defination
- Prev by Date: O/T: Patenting a computational scheme?
- Next by Date: Re: question on character-like variable defination
- Previous by thread: O/T: Patenting a computational scheme?
- Next by thread: Re: question on character-like variable defination
- Index(es):
Relevant Pages
|
|