ph_getsystemvar PowerHome formula function
Description
Retrieves a system variable and returns the value as a string.
Syntax
ph_getsystemvar ( s )
Argument |
Description |
s
|
A string identifying the system variable you wish to retrieve.
|
Return value
String. The data stored within the system variable will be returned as a string. All system variables are available except for the expanded multi-x variables. The standard X10P0 thru X10P19 and X10P0TIME thru X10P9TIME are available and return the multi-x values stored within the Global multi-x buffer. If you need to retrieve a housecode specific multi-x value, use the ph_multix function.