ph_sendkeysbtn PowerHome formula function
Description
Executes a formula from the "Formulas" table.
Syntax
ph_sendkeysbtn ( id )
Argument Description
id The ID of the formula you wish to execute.
Return value
Integer. Returns a 2 if the ID is not found. Returns a 0 if the result of the formula is not output as a sendkeys. If the formula result is output as sendkeys, the result from the sendkeys function is returned.
Usage
This function is identical to the ph_formulabtn function which reflects the new naming and methodology. This function is deprecated and will be removed in a future release. All references to this function should be changed to the new ph_formulabtn function.