Text
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
Concatenate strings representing argument values.
Syntax
Text(x1 [, x2, … xn])
Arguments
-
x1 … xn
Any expression of normal PI value type
Returns
A string that is the concatenation of strings representing the argument values.
Example
-
Text(Round('sinusoid', 1), " is the current value of 'sinusoid' at ", '*')
[Returns rounded current value of 'sinusoid' at current time]