Well, in newer versions of PBPro you can write:
IF LCD_Present THEN (label) ; If LCD_Present is more than 0, do something at "label"
No need for the "GOTO" or the "=1"
Don't know which PBP versions support this, of if it will work in PBC
EDIT
oopps didn't realize that you were asking about gosub - not goto!
What if you used the IF-THEN-GOTO, and after the code at the GOTO label you used another GOTO to come back where you were? I guess you'd still have to type the extra lines though.
EndEDIT
Bookmarks