CMM2: Font height?


Author Message
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1783
Posted: 01:15am 01 Aug 2020      

For some reason the Keydown function is only returning the Linefeed character.

dim KeyStr as string
cls
do
 KeyStr=inkey$
 If KeyStr <> "" then
  print KeyStr;:print asc(KeyStr)
 endif
loop until asc(KeyStr)=27 'esc key