GetProperty
Outputs the value of the variable from the configuration. If the variable does not exist, it outputs the default value if defined; otherwise, it outputs the string "NUL".
Syntax:
$GetProperty( "variable", "string_default"/numeral_default)
or $GetProperty("variable")
SetProperty
Set the variable (configuration parameter) to the specified value.
Syntax:
$SetProperty( "variable", "string_value"/numeral_value)
ResetProperty
Removed the value of the specified variable (configuration parameter).
Syntax:
$ResetProperty( "variable" )
The "variable" parameters represent the names of configuration settings. These names can be viewed by exporting the settings as an XML file.