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
Bookmarks