LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Feeding a Property a form of an array

 
I am trying to set the listbox custom symbols on the fly but the "Item Symbol" property expects an 1D array.
 
I was trying to look at the text in an array using the index array function and based on the text value set the custom symbol, the text array has about 100 values comprised of three different strings. 
 
Any help on this would be appreciated.
Thanks
Tim C.
1:30 Seconds ARRRGHHH!!!! I want my popcorn NOW! Isn't there anything faster than a microwave!
0 Kudos
Message 1 of 2
(2,503 Views)
Seems you're on the right track.
 
Just feed the text array into a FOR loop via an autoindexing tunnel, then select the symbol as a function of the string for each. Built a symbol array at an autoindexing output tunnel, then feed it to your property node.
 
See how far you get. (If you get stuck, attach a simple version of your code).
0 Kudos
Message 2 of 2
(2,499 Views)