01-22-2009 08:56 AM
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
Solved! Go to Solution.
01-22-2009 09:01 AM
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
01-22-2009 09:16 AM