ph_concatglobal PowerHome formula function
Description
Concatenates a string value to an existing global variable.
Syntax
ph_concatglobal ( id, string )
Argument |
Description |
id
|
A string representing the ID of the global variable.
|
string
|
The string to concatenate to the global variable.
|
Return value
String. Returns the new value of the global variable. Returns the empty string if an error occurs. If the global variable currently contains a numeric value, it will be treated as a string and have the new string concatenated to it.