Re: character string assumed length
- From: "Steve Lionel" <steve.lionel@xxxxxxxxx>
- Date: 27 Feb 2007 13:07:47 -0800
On Feb 27, 3:36 pm, "Lynn McGuire" <nos...@xxxxxxxxxx> wrote:
If I call a subroutine with a given character string and I try to put
a larger character string in the string than the field size, what
happens ?
The standard rules for intrinsic assignment of character values apply
- the string is truncated on the right. Since abc is a passed-length
dummy argument, it is character*8 and it operates the same way as if
you had explicitly declared it to be character*8.
Steve
.
- Follow-Ups:
- Re: character string assumed length
- From: Lynn McGuire
- Re: character string assumed length
- References:
- character string assumed length
- From: Lynn McGuire
- character string assumed length
- Prev by Date: character string assumed length
- Next by Date: Re: character string assumed length
- Previous by thread: character string assumed length
- Next by thread: Re: character string assumed length
- Index(es):
Relevant Pages
|