Page 1 of 1

Posted: Sat Jan 11, 2003 10:58 pm
by BackupUser
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

Posted: Sat Jan 11, 2003 11:03 pm
by BackupUser
Restored from previous forum. Originally posted by freak.

As you can see, it reports the 'duplicate label' error, so they are Global.

Nearly everything in PB is Global (exept Variables)

Timo