ph_sendkeys PowerHome formula function
Description
Executes the string as a Send Keys command.
Syntax
ph_sendkeys ( s )
Argument |
Description |
s
|
A string representing a sequence of Send Keys commands. The string IS NOT a formula and is not evaluated before being parsed as a Send Keys command.
|
Return value
Integer. Returns a 0 if successful and 1 if an infinite loop condition is detected,