Hi

Please could someone help me with this, I've tried searching the forums and documentation but can't find anything specific to what I am trying to do.

I know that some functions keys (in this instance CRTL + F10) return 32bit values, for this key combination @ERROR returns 103. However, this little bit of code does not seem to work.

If anyone could point me in the right direction, i would be very grateful.

Thank you.

Code:

;@ERROR 103 = CTRL + F10
Do
? "I am a banana"
Sleep 1
Until KBHit() <> 0 And @ERROR = 103