home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 226-250 / apd244 / progs / scancode.amos / scancode.amosSourceCode
Encoding:
AMOS Source Code  |  1990-12-29  |  247 b   |  6 lines

  1. Screen Open 0,320,200,4,Lowres : Paper 0 : Pen 2 : Cls : Break Off 
  2. Do 
  3. K$=Inkey$
  4. If K$<>"" Then Locate 0,15 : Print "Character:";K$ : Locate 15,15 : Print "Scancode:";Scancode : Curs Off : Wait 100 : Cls : Clear Key 
  5. If Mouse Key=3 Then End 
  6. Loop