Page 1 of 1

Label names

Posted: Fri Feb 24, 2017 3:42 pm
by serge_girard
Is there a way to code LABELS as dummy?

It maybe handy to have LABELS with no-name (static and never be addressable). I now name them label_1, label_2,... and copying them gives sometime double names and compile error.

This label could be changed : @ 25,10 LABEL Label_User
This one could not and is static: @ 25,10 LABEL dummy ; // to be auto-renamed

Serge