ncesco perillo"
To: "Harbour Project Main Developer List."
Sent: Friday, 26 de March de 2010 16:07
Subject: Re: [Harbour] inkey(0) and set key to
You can use setkey with one parameter ( the inkey(0) return value) to
check if a codeblock is associated and then invoke it with correct
You can use setkey with one parameter ( the inkey(0) return value) to
check if a codeblock is associated and then invoke it with correct
parameters...
something like this
nCode := inkey( 0 )
(check nCode)
cBlock := setkey ( nCode )
if cBlock
Eval( cBlock, procfile(1), procname(1), procline(1)
hi,
inkey(0) does not honour "set key to" settings. i guess that is by
design, at least it was the same in clipper S87. we had found some
assembler way around that, but that won't do for harbour.
is there any way to enable the key mappings with an inkey(0) like
function? any other function to