ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
Dear Friends
I Have an Array of Path I want to change the Captions by Dynamically (Programmatically) of each element of an array. If u have please let me know
This is something you can't do, in an array every element have the same properties (caption is one of them).
You could repalce the contents of the array with a cluster, one element being a string and the other the original element, now you can change the string element to the 'caption' you want.
Ton