Hi
Sorry to bother you with an old question but I am a new user of PBCC and would like to know what it can do and what not.
In my old TurboBasic code I frequntly used ON KEY(n) GOSUB statements to do various things, regardless where the program was actually running, when the KEYn was pressed. In the old good days Turbos compiler put an event trapping test after each sentence of the code to do that but, what about PBCC? Is that still possible with some clever trick, which I have not yet succeeded to find?
Sorry to bother you with an old question but I am a new user of PBCC and would like to know what it can do and what not.
In my old TurboBasic code I frequntly used ON KEY(n) GOSUB statements to do various things, regardless where the program was actually running, when the KEYn was pressed. In the old good days Turbos compiler put an event trapping test after each sentence of the code to do that but, what about PBCC? Is that still possible with some clever trick, which I have not yet succeeded to find?
Comment