06-15-2011 10:43 AM
Hi,
I’ve created a vi to display the “Number of elements in table”. Which works fine. However, i've tried to then use the “Absolute Value Function” to convert any negative values entered into the table, positive.
However by doing this, I’ve added some unintended functionality. In a nutshell I’d like to replicate the behaviour of Sub 1, in Sub 2.
Whenever i delete a value from the table, Sub1 shows it as blank, i.e. “”, where as the same cell in Sub2 shows it as “0.000000” i need it to also show blank in Sub2, an not the zeros.
Any ideas how i might achieve this?
Thanks
Solved! Go to Solution.
06-15-2011 11:05 AM
Are you always going to have numbers in this table?
06-15-2011 11:07 AM
This is one way to do it
06-15-2011 01:24 PM
perfect solution. Thanks for that.