LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

To change Programmatically caption text

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

Sivaraj M.S
CLA
0 Kudos
Message 1 of 2
(2,750 Views)

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

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 2
(2,747 Views)