Re: internal procedure can't use array of derived type from main
From: Jan C. Vorbrüggen (jvorbrueggen_at_mediasec.de)
Date: 03/18/04
- Next message: Jan C. Vorbrüggen: "Re: register attribute"
- Previous message: Lars Steinke: "g77, cygwin, CALL System('cls')"
- In reply to: Richard Maine: "Re: internal procedure can't use array of derived type from main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Mar 2004 10:05:43 +0100
> When you access the same data by argument association and by some
> other method, that generally means that you aren't allowed to change
> the value via either name.
...and I remember seeing a compiler generate code that exposed this when
writing such an illegal program, so this limitation is not just theoretical.
Jan
- Next message: Jan C. Vorbrüggen: "Re: register attribute"
- Previous message: Lars Steinke: "g77, cygwin, CALL System('cls')"
- In reply to: Richard Maine: "Re: internal procedure can't use array of derived type from main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|