Page 1 of 1

DO WHILE question

Posted: Sat Nov 03, 2012 11:02 am
by fbaker
This seems like it ought to be a simple thing to code but after many hours of trail and error I can't get it to work. For example, I would like to break into a DO WHILE loop by pressing the ESC key. The loop might start: DO WHILE INKEY() <> K_ESC or something similar. INKEY() apparently does not work for gui code and several other attempts using AppEvent() etc. also do not work so I'm stuck.
Thank you.

Re: DO WHILE question

Posted: Sun Nov 04, 2012 2:37 am
by Wolfgang Ciriack
You get the answer in the topic "Exit of the cycle DO WHILE on button pressing in a cycle" from Okt. 15.