This should be simple but I can find no information via search or in POFFS
If I use an inputbox$, how do I know if the user pressed the cancel button?
(Checking the length of the string is no good because I set a default value)
Do I have to make my own custom input dialog so that I can check which button was pressed?
should be a simple answer, but I am guessing I will have to go custom?
------------------
If I use an inputbox$, how do I know if the user pressed the cancel button?
(Checking the length of the string is no good because I set a default value)
Do I have to make my own custom input dialog so that I can check which button was pressed?
should be a simple answer, but I am guessing I will have to go custom?
------------------
Comment