The information in this article applies to:
SYMPTOMSA Goto statement within a try-except block causes the following incorrect error if the destination of the Goto is within the same try-except block:
RESOLUTION
One workaround demonstrated in the example in the More Information section
of this article is to remove the extra braces around the block containing
the Goto. This places the goto() at the same nesting level as the
destination.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe following sample code can be used to demonstrate both the problem and the workaround: Sample Code
Additional query words: 8.00 9.00 10.00 10.10 10.20
Keywords : kbcode kbCompiler |
Last Reviewed: September 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |