The information in this article applies to:
SUMMARY
In a FORTRAN application, the EXTERNAL statement specifies that a
user-defined name is a subroutine or function that can be used as a
formal argument. In addition, an application can use the EXTERNAL
statement to replace an intrinsic function with a user-defined
function of the same name.
Sample Code
Additional query words: kbinf 1.00 4.00 4.01 4.10 5.00 5.10
Keywords : kbcode kbFortranPS kbLangFortran |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |