SendChar
This function sends an ASCII character directly to the control on the screen as if it came from the keyboard. The server does not intercept the character and process it. It is similar to the VB ‘SendKeys’ command.
Group: Application-Based Extension
Syntax: App.SendKey(nKeyASCII)
nKeyASCII (Long) the ASCII value of the character
Example:
App.SendKey(43) ' this would send the * character
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.