Beta 5.1.1 Compile Error: Unknown error has occurred.

tarzan

Senior Member
lin:
lin:

Compile Error: Duplicate label name – lin

This shows error.

line:
line:

Compile Error: Unknown error has occurred.

This doesn't show error.

Took me awhile to find this error in my lengthy code!
 

Technical

Technical Support
Staff member
'line' is used internally within the compilation results and so shouldn't be used as a label. We will add this to the reserved words list.
 
Top