UnsolvedCoding
Technical User
I want to run a simple loop that happens until the escape key is pressed, however I can't find any useful information.
The code looks like this -
While appliation.keypress "{Esc}" = false
Do
loop
Wend
Anyone know what I am doing wrong?
The code looks like this -
While appliation.keypress "{Esc}" = false
Do
loop
Wend
Anyone know what I am doing wrong?