could you explain more

by unseenmachine (no login)

i have tried asc() but QB says NO!!!

i want to achive..... (this is in pseudo code)

do
kb$ = inkey$
kb$ = ucase$(kb$)
kbchrval% = (the chr$ value of the kb$ input)

i.e if "A" then kbcharval% = 65

more code here.....
loop until inkey$ = chr$(27)

UNSEEN

Posted on Feb 23, 2010, 4:39 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
*kbchrval% = ASC(kb$) on Feb 23
 Like i said, i have tried that...unseenmachine on Feb 23
  Ah on Feb 23
   Thanks..works great now....unseenmachine on Feb 23
   RE: "This happens when there are no pending key presses"Galleon on Feb 27
    i knowunseenmachine on Feb 28