Addition or concatenation: +
- Last UpdatedJul 23, 2024
- 1 minute read
Adds two numeric operands or concatenates two string operands.
Valid operands
For addition: Any Integer or Real value
For concatenation: Any Message value
Data type of return value
For addition: Integer or Real
For concatenation: Message
Example
MessageTag = "Setpoint value: " + Text(SetpointTag, "#.##");