The information in this article applies to:
SUMMARYThe sample program on page 132 of Advanced Topics version 5.0, page 105 Advanced Topics version 5.1 is incorrect. The code is as follows:
The ANSI standard states (p. 165 of REFERENCE manual):
An EQUIVALENCE statement cannot share memory between two different common blocks or between elements of the same common block.Since the program attempts to equivalence items in two different COMMON blocks, the compiler generates the error:
Additional query words: 5.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |