E r g e b n i s / R e s u l t
Place a character string 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
TYPECHAR places the characters given in s in the Typeahead-buffer.
S y n t a x
Code:
value = call ('TYPECHAR' , keychars) P a r a m e t e r
keychars - Characters to place in the keyboard buffer.
R e t u r n s
BOOL: TRUE on success, FALSE on failure
B e i s p i e l / E x a m p l e
Code:
attach 'TYPAHEAD'
put call ('TYPECHAR' , 'ABCDE') ! places ABCDE in the keyboard buffer
detach 'TYPAHEAD'