11-11-2016 10:23 AM - edited 11-11-2016 10:38 AM
I have an array of strings. They need to be cluster element labels.
I have another array of numbers. They need to be the values of the cluster elements.
How do I make this happen? I don't know any way to write a string variable value to the name of a cluster element.
Updating with things I find as I keep looking:
Solved! Go to Solution.
11-11-2016 11:01 AM
The main question here is why you need such feature? Do you want to change the labels of the cluster elements during runtime, or during edit time? Maybe a table control would serve you better?
Anyway, here is a method to do what you want, however keep in mind that using property nodes can have an impact on applicaton performance. Another thing is that, label text property is not writable during runtime, but you can show the caption instead of the label, and you can rewrite captions during runtime:
11-11-2016 11:42 AM
Hi student,
this sounds like key-value-pairs!
In LabVIEW you can easily create them using Variant attributes…