Question:
How can I concatenate SetPoint1‘s and SetPoint2‘s values in single value at SetPoint3?
Solution:
To do so, you will have to to link SetPoint3‘s Value property to SetPoint1‘s and SetPoint2‘ Value properties with an “&” operator.
With these objects on the InitialScreen, the link at SetPoint3‘s Value property is: InitialScreen.SetPoint1.Value & InitialScreen.SetPoint2.Value.