> You can't use Gosub in a interrupt handler
Not true.
You just got to watch how many Interrupts & Gosubs you've got pushed on the stack and not exceed the maximum allowed. The sum total in most cases must not exceed FOUR.
> You can't use Gosub in a interrupt handler
Not true.
You just got to watch how many Interrupts & Gosubs you've got pushed on the stack and not exceed the maximum allowed. The sum total in most cases must not exceed FOUR.
Bookmarks