E r g e b n i s / R e s u l t
Stuffs a special function key into the keyboard buffer.
B e s c h r e i b u n g / D e s c r i p t i o n
This language call can put one of the
special OA function keys into the keyboard buffer.
S y n t a x
Code:
ok = CALL ("STUFF", keyname) P a r a m e t e r
keyname - One of the
special OA function keys
R e t u r n s
A boolean value.
B e i s p i e l / E x a m p l e
Code:
ATTACH "STUFF"
ok = CALL ("STUFF", "K_HELP")
DETACH "STUFF"