I'm trying to detect when a user make a selection. I want to know if they press the 'DEL' key. If they do, something happens, if they don't something else happens.
I've been trying this:
choice$ = INKEY$()
choice = ASC(choice$)
IF choice = 127 THEN do something
IF choice 127 THEN do something else
Trouble is, either this simply doesn't work or it happens so quickly that the program just carries on with what it below.
I could use INPUT but it's crap....I don't wanna press enter after the selection.
Life is like a penis:
When it's soft you can't beat it, when it's hard you get screwed.