|
Important
|
Use of this function is not recommended. Please use expandString method of [class-netobj], [class-event] or [class-alarm] instead. |
ExpandString(string, object, event): <<class-string,String>>Expand string by replacing macros with their values.
string |
String to expand |
object |
Object. Optional, required to expand object-related macros |
event |
Event object. Optional, required to expand event-related macors |
Return
Formated string
>>> ExpandString("%v")
3.5.90
>>> ExpandString("%n", $node)
My node name
>>> ExpandString("%N", $node, $event)
SYS_THRESHOLD_REACHED