The information in this article applies to:
SYMPTOMS
The compiler does not generate an error message when assumed size arrays
and scalars are used in an array expression. The array expression does not
perform any action.
For Fortran PowerStation 4.0 the error message given for referenced assumed-size arrays is:
RESOLUTIONDo not use assumed size arrays in an array expression. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
The Microsoft FORTRAN PowerStation "Language Guide" states that arrays
in an array expression must "conform", and that one of the
requirements for conforming is that the dimensions of the array be
known at compile time. The dimensions are not known at compile time
for assumed size arrays. Therefore, they are not conforming and must
not be used in array expressions.
NOTE: If the array expression contains both a fully specified array and assumed size array, the correct error message is generated:
Sample Code
Additional query words: 1.00 4.00 5.00 5.10
Keywords : kberrmsg kbLangFortran |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |