jpo Posted March 5, 2013 Report Posted March 5, 2013 In my application, I have array of numbers. In the array, each value has the caption visible. Is it possible to programmatically change the caption names? I would like to see Value0, Value1, Value2, etc. John Quote
hooovahh Posted March 5, 2013 Report Posted March 5, 2013 (edited) This can't be done the way you described it. Every item in an array has the same data for all properties, only the value can change based on each item. That being said you can achieve the same look by creating an array of clusters, where the two items in the cluster is a string (with transparent borders) and a slider. Then you can bundle the name and the value. Attached is an example of what I'm saying save in 2011. Array Signal Example.vi Edited March 5, 2013 by hooovahh Quote
Tim_S Posted March 5, 2013 Report Posted March 5, 2013 If you have a fixed length array, you can do what you want by having a cluster of numerics and use the cluster to array. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.