Got a question for the experts. Right now I've got a little BASIC program that 
acts as a menu and loads other BASIC programs from the TPDD (emulated). For 
example pressing a 1 executes RUN "0:SPREAD.BA", 2 executes RUN "0:THINK.BA"

This works fine, but when SPREAD.BA or THINK.BA are done and return to the main 
menu, the program is still in memory. I know this is by design, but I'm 
wondering if there is a way to clear the unsaved BASIC file with something 
other than the NEW command.
NEW clears it but doesn't take me back to the menu.
Kurt


Reply via email to