Addition or Concatenation: +
- Last UpdatedNov 07, 2016
- 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, "#.##");