Keypressed function

H

Hans

Is there a function like:
While Not(keypressed = "A") then
Print "B"
While End

Regards
Hans
 
T

Tom Ogilvy

No, there is no built in function like that. On possibility is to tie a
macro to a keypress using OnKey, but you are indicating the opposite of
this. If you want to get in the loop of interpreting keypresses, I believe
you will need to use the Windows API to do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top