DO WHILE question

This forum is for eXpress++ general support.
Post Reply
Message
Author
fbaker
Posts: 20
Joined: Sun Mar 14, 2010 11:07 am

DO WHILE question

#1 Post 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.

Wolfgang Ciriack
Posts: 481
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: DO WHILE question

#2 Post 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.
_______________________
Best Regards
Wolfgang

Post Reply