07-14-2005 08:59 AM
07-14-2005 09:03 AM - edited 07-14-2005 09:03 AM
Message Edited by becktho on 07-14-2005 04:04 PM
07-14-2005 09:13 AM
Sort Of, I was looking to add the label also, so for this example Label = String 1 and String Value= String 1 Would display:
String1 String 1
So if I had label= A: and the string value = healthy, it would display
A= Healthy
07-14-2005 09:18 AM
I see - this is just possible if your strings are controls / indicators. This allows you to access the text of the label using a property-node.
See the modified vi.
Thomas
07-14-2005 09:43 AM
Thanks...this one works.