ph_ccdescribe PowerHome formula function
Description
Reports the values of properties of a Control Center tab and controls within the tab. Each object in the Control Center tab has a set of properties. You specify one or more properties as a string and ph_ccdescribe returns the values of the properties.
Syntax
ph_ccdescribe ( tab, propertylist )
Argument Description
tab The number of the Control Center tab you are describing. The tabs are numbered sequentially from left to right starting with 1.
propertylist A string whose value is a blank-separated list of properties.
Return value
String. Returns a string that includes a value for each property. A newline character (~n) separates the value of each item in propertylist. If propertylist contains an invalid item, ph_ccdescribe returns an exclamation point (!) for that item and ignores the rest of propertylist. ph_ccdescribe returns a question mark (?) if there is no value for a property.