You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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);
  
 

  • No labels