02-05-2009 08:45 AM
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
02-05-2009 08:47 AM
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