> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Brutzman, Bill
> Sent: Thursday, February 07, 2008 2:00 PM
> To: '[email protected]'
> Subject: [U2] [UB] Detecting KeyBoard Up Arrow
> 
> The following program needs help.
> 
> Using Dynamic Connect (+ wIntegrate) , I am trying to decode 
> it when a user
> presses the UpArrow key.
> 
> Suggestions would be appreciated.
> 
> --Bill

The problem is the up-arrow key sends 3 characters.  Try:

input Ans, 3

If you're trying to capture single keystrokes, some of which may only be
1 character in length, you might have to use the KEYIN() function in a
loop.  If you get a ctrl-[, you'll know to expect 2 more characters for
that key.

-John
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to