The information in this article applies to:
SYMPTOMSCompiling a source file that contains a function that uses the "[]" attribute specifier with the Fortran 90 function RESULT return type option causes the following compiler syntax error:
CAUSEThe function RESULT return type option is a feature of Fortran 90 and is not supported with the "[]" attribute specifier. RESOLUTIONIf you are using the function RESULT return type option, declare the function's attributes using the !ms$attributes metacommand. STATUSThis behavior is by design. MORE INFORMATIONSample Code to Illustrate Problem
Sample Code to Work Around Problem
Additional query words: 4.00
Keywords : kbcode kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |