Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric Keypad ascii codes
Message
From
07/10/2002 12:28:54
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00708245
Message ID:
00708409
Views:
9
Steve,

I have this little program that I use just for this purpose.
do while .t.
  aa=inkey(0)
  wait window nowait str(aa) + str(lastkey())

  if aa = 27
    exit
  endif
enddo 
>Hi,
>Does anyone know how to get the ascii codes for the numeric keypad keys, after
>num lock has been pressed?
>Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform