Thread: CHR( ) request
View Single Post
  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

CHR$() returns codes for printable characters. The function keys, arrow keys,
Ins, Del, Shift, Ctrl, Alt, etc don't produce printable characters.

Why do you need this information? Are you trying to detect that ALT+F11 was
pressed? If so, look at OnKey in Help.


On Mon, 7 Mar 2005 11:28:15 -0800, "Bony Pony"
wrote:

Hi again,
If CHR(13) is the representation of the ENTER key, what
would it be for Alt F11 ??

Thanks to all!
Best regards,
Bony Pony