Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Emulates the pressing of a key.

Syntax

SENDKEY(sKeyName)

Parameters

SKeyName

Required.String that contains the name of the key. See Function Key Names for SENDKEY Function.

...

Return Value

None

Example

...

     SENDKEY(KeyEnter);

...