My problem is following: I have a cluster and from the individual fields of the cluster I have to create a string where all values are seperated by a semicolon. How can I simplify that? see picture: the part on the right side.
To expand on your other response, the format to string is the preferred way of formatting a long string such as in your example because it's a lot easier to see what the formatting is doing, and the code takes up a lot less space.
You especially notice the difference when you go to format a long string like an error message or a text report where you are inserting many different values.
Mike...
Certified Professional Instructor Certified LabVIEW Architect LabVIEW Champion