KB-14206: Concatenating the values of two tags.

Question:

How can I concatenate the values of two I/O Tags?

Solution:

To do so, you can use scripts, with a + operator between the tags that must be concatenated.

Example of script:

Dim Valor
Value = Str(tag001) + Str(tag002)
MessageBox(Value)

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *