ph_funcdef PowerHome formula function
Description
This function will return the function
definition of any of the PowerHome specific functions
(ph_???)
Syntax
ph_funcdef ( function
)
Argument |
Description |
function
|
String. The name of the function
you'd like to return the
definition of.
|
Return value
String. Returns the function
definition of the specified function showing argument types
and names.
Usage
Use this function to view the definition
for any PowerHome specific function that may not be documented in the help
file. Use the ph_funclist function to return a list of all PowerHome
specific functions.
Examples
The following examples demonstrate typical syntax/usage for this function.
ph_funcdef("ph_insteonwithret") The result
of this function will be: integer ph_insteonwithret (string as_id, integer
ai_cmd1, integer
ai_cmd2)