Macro expression $.join
This macro expression represents a string value composed of all parameters of the current expression.
Syntax:
- xx, yy, zz = text strings (in quotation marks) or other macro expressions.
Example2:
Obtains the value of the
temperature variable from the
data object in the
BoilerX object. where
X is the value of the
$.par expression of the
boil parameter.
If the
boil parameter is not set, then it is replaced by the
0 value.
$.join("../Boiler",$.par("boil",0),"/data#temperature")
Example3:
Obtains the text value that represents the shortened localized name of the first day of the week with the ":" character added.
$.join($.text("sys","day1s"),":")
Configurators in extended value editor:
Add | Adds additional expression parameter |
Insert | Inserts additional parameter to defined position |
Delete | Removes parameter from defined position |
Delete all | Removes all parameters |
---|