BUG: QuickBasic Interpreter Allows Duplicate Line Numbers (64431)
This article was previously published under Q64431
SYMPTOMS
The interpreter in Microsoft QuickBasic for Macintosh
incorrectly allows duplicate numeric line labels within a program.
Microsoft has confirmed this to be a bug in Microsoft QuickBasic
versions 1.00 and 1.00a for Macintosh . We are researching this
problem and will post new information here in the Microsoft Knowledge Base
as it becomes available.
At compile time, the compiler in QuickBasic correctly gives the
"Duplicate label" error for duplicate line numbers. Note that the
interpreter in QuickBasic correctly gives the error "Duplicate label"
if the label begins with an alphabetic letter (A through Z). In other
words, the problem occurs in the interpreter for duplicate line
numbers, but not for duplicate alphanumeric labels.
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
kbbug KB64431 |
|