The information in this article applies to:
SYMPTOMSCompiling an application that contains the PARAMETER statement, but not the required parenthese causes the compiler to generate the following message: In addition, "error F4999: variable declared but not used" may be generated. Or for Fortran PowerStation 32, version 4.0:
RESOLUTIONTo address this problem, modify the source code to place the parentheses on each PARAMETER statement. MORE INFORMATIONWhen the compiler processes the following code example, it generates an F2836 error even though statement order is correct. This error is caused by parentheses missing from the PARAMETER statement and can be eliminated by adding the parentheses. Sample Code
Additional query words: 4.00 4.01 4.10 5.00 5.10 1.00 1.00a
Keywords : kberrmsg kbLangFortran |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |