Post Reply 
Any 42S means to keep a Global Label hidden from XEQ and other menus?
10-04-2018, 07:05 PM
Post: #2
RE: Any 42S means to keep a Global Label hidden from XEQ and other menus?
(10-04-2018 06:17 PM)burkhard Wrote:  Is there some way to suppress global labels we don't want on the menus? I suspect there is not and the "solution" is to rewrite CONV to be a big single program with the 11 menu choices handled as local labels within it.

There is no way to hide global labels from the menu, so your suspicion is correct, the only solution is rewriting CONV (and similar multi-part programs) to be one big program, using local labels for everything except the initial entry point. Note that this will typically require not just changing global labels to local ones, but also changing local labels where they clash after merging programs.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Any 42S means to keep a Global Label hidden from XEQ and other menus? - Thomas Okken - 10-04-2018 07:05 PM



User(s) browsing this thread: 1 Guest(s)