Cicode Programming Reference > Cicode Function Categories > Keyboard Functions Introduction > KeyReplayAll

KeyReplayAll

Replays the last key sequence and executes the command. To call this function from the keyboard, use a Hot Key " * " (asterisk) command, otherwise the KeyReplayAll() function itself is replayed.

Syntax

KeyReplayAll()

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

KeyReplay

Example

If the previous contents of the key command line were:

"START ABC ENTER"
KeyReplayAll();
! Replays "START ABC ENTER" and executes the command.

See Also

Keyboard Functions