ph_formulabtn PowerHome formula function
Description
Executes a formula from the "Formulas" table.
Syntax
ph_formulabtn ( 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_sendkeysbtn function and reflects the new naming and methodology. The ph_sendkeysbtn function is deprecated and will be removed in a future release.