Inkey workks i text already entered or if entering text but if you click the mouse the resultts are unpredictable snd inkey appears to terminate. Is there an alternative to inkey?
Yeh. Use of key_lastpressed and screening out any inputs you don't want. Convert each ASCII command into a string using str_for_asc. Then add them all into one string using str_cat. All functions are documented in the manual. I think that should work, (maybe someone will be nice enough to give you an example)