Restored from previous forum. Originally posted by Tomio.
Hello,
Is it intended that labels are global?
Procedure a()
abc:
EndProcedure
;
Procedure b()
abc:
EndProcedure
..gives the "duplicate label" error.
I can't find an appropriate statement in the docu, and -yes- the same with "search forums".
Do I have to care for different labels in all Procedures?
Greetings../tomio
labels are global?
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm