Ah ha, enhancements ...
Small problem though ...
getbuf: is a Subroutine.
Jumping out of a subroutine to the main loop with ...is going to cause some stack problems.Code:goto display
Try using RETURN at each of those goto's.
Ah ha, enhancements ...
Small problem though ...
getbuf: is a Subroutine.
Jumping out of a subroutine to the main loop with ...is going to cause some stack problems.Code:goto display
Try using RETURN at each of those goto's.
DT
oh! poor stack
I will look into options to do it another way.
stack seemed to survive so far. LOL
thanks for the tip Darrel
Bookmarks