Grube
Programmer
- Feb 6, 2007
- 27
i need to press right arow key, but not with my hand...
this is my code
IF KeyCode() = mKey THEN
SETKEYCODE(0)
LOCK_VAR = 'm'
Display()
Select(?LOCK_VAR)
???
.
after "select" is done my LOCK_VAR field is selected and if i continue to write i'll overwrite already writen "m".
I need to hit right arow so the cursor can be set after the "m" char, and then i can continue to write my word and my first char will remain "m"
now, what should i put in the place of ??? so that application thinks that i have pressed the right arow key?
Thanx
this is my code
IF KeyCode() = mKey THEN
SETKEYCODE(0)
LOCK_VAR = 'm'
Display()
Select(?LOCK_VAR)
???
.
after "select" is done my LOCK_VAR field is selected and if i continue to write i'll overwrite already writen "m".
I need to hit right arow so the cursor can be set after the "m" char, and then i can continue to write my word and my first char will remain "m"
now, what should i put in the place of ??? so that application thinks that i have pressed the right arow key?
Thanx