LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically changing string text color in an array of string indicators

Hi,

 

I have an array of string indicators and I'm trying to format certain values different colors.  While I'm able to do this on a single string indicator I can't figure out how to handle the indexing of the array.  I have seen several examples with array of clusters but I am unable to translate to array of string indicators.

 

Any help would be appreciated.

 

Regards,

 

ShotSimon



0 Kudos
Message 1 of 3
(4,438 Views)
Elements of an array can only differ in value. The properties are the same for all elements.
Message 2 of 3
(4,419 Views)
Instead of a string array, where all elements have the same format, you should use a table, which basically behaves as a 2D string array. But there, you can adjust all text attributes (if you are using LV 8.x). See this thread
Chilly Charly    (aka CC)
Message 3 of 3
(4,382 Views)