Hi,
I have a FB^3 app that has a command prompt (as seen below)
DIM a$
DO
INPUT " >";savecmd$
UNTIL savecmd$ = UCASE$("QUIT")
But I also have a menubar, it seems that the INPUT statment is
conflicting with the menu events, is there anyway to keep both?
I know that INPUT is old fashioned, out of date and your going to be
reccommending to use EDIT FIELDS but my certain project requires INPUT
and I am a weird programmer, I am more used to INPUT than EDIT FIELDs