Expand Minimize
This topic has not yet been rated - Rate this topic

Labels that are numbers must be followed by colons

Line numbers follow the same rules as other kinds of labels, and must contain a colon.

Error ID: BC30801

To correct this error

  • Place the number followed by a colon at the start of a line of code; for example:

    400:    X += 1
    
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.