Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to get a shift+tab into the program?
#4
is resolved by putting /L on QB's command-line (and making sure that the file QB.QLB is somewhere where QB.EXE can find it). Shift-tab is the two-byte string CHR$(0)+CHR$(15). In other words, if A$ is the return from INKEY$ (e.g., A$ = INKEY$),

ASC(LEFT$(A$,1))

will be 0 and

ASC(RIGHT$(A$,1))

will be 15.
ravelling Curmudgeon
(geocities sites require copying and pasting URLs.)
I liked spam better when it was something that came in a can.
Windows should be defenestrated.
Reply


Messages In This Thread
agamemnus - by Agamemnus - 01-28-2003, 08:53 PM
KISS - by moosecode - 01-28-2003, 09:12 PM
The "Subprogram not defined" error... - by Glenn - 01-28-2003, 09:20 PM
See relsoft's answer... - by Glenn - 01-29-2003, 10:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)