LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I hilight a section of a string array?

Solved!
Go to solution

I have a VI that displays a string array.  The display is roughly 20 strings high by 20 strings wide, while the arrays in it are much larger.  I am comparing two files to find differences.  When differences are found, I want to somehow hilight or emphasize the block or string that is different.  Is there a way to do this?  Is there a way I can visually hilight one section of my string array?  I looked through the different property nodes, but couldn't find anything to do this.

 

Thanks for the help,

Jeremy Backer

Jeremy Backer
CLAD
0 Kudos
Message 1 of 3
(2,804 Views)
Solution
Accepted by topic author JMBacker

Hi JMBacker,

I am not sure if Arrays can highlight only a particular section.

But you could do one thing.

Display the Array in a Table and then chage the background color of those particular cells where the differences are found.

 

Ritesh

0 Kudos
Message 2 of 3
(2,801 Views)
That's gonna work.  Thank You!
Jeremy Backer
CLAD
0 Kudos
Message 3 of 3
(2,796 Views)