KEYBOARD
Test for option key
You've probably got the answer to this already (I tend to get the answers before I get the questions this side of the Atlantic.), but I just check the state of the key in a loop until it's unset, such as :
DO
Test = FN CheckKeys(_OptionKey): ' or whatever
UNTIL Test = _false
|