The information in this article applies to:
SUMMARYA BLOCK DATA subprogram must appear at the beginning of the main program file, prior to the PROGRAM statement, or at the end of the file, after the END statement that closes the main program. MORE INFORMATION
The restrictions that apply to the placement of the BLOCK DATA
statement in a source file are documented on page 123 of the Microsoft
FORTRAN "Reference" manual for versions 5.0 and 5.1.
Sample Code
Program BLOCK produces the following output:
1 4.0 ZZ TThe code example above would also produce the same results if the BLOCK DATA subprogram was placed after the END statement that terminates the main program. Additional query words: kbinf 4.00 nofps 4.01 4.10 5.00 5.10
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |