11-17-2010 12:16 PM
I recently discovered a new problem while trying to increment by row in a spreadsheet. The problem is when I try to increment from Row 9 to 10 (single to double digit), it increments to ":" but it does not exist ! Similarly, when I try to increment from Row 10 to 11 it increments to "2" !
I have two example VI's attached that have been written differently to increment by row but the same problem exists in both !
Any help here would be much appreicated !
Thanks !
Barry
Solved! Go to Solution.
11-17-2010 12:30 PM
Hey Barry,
I think you might have more luck using the "Decimal String to Number" and "Number to Decimal String" VIs. I attached an example. I checked and it increments 9 and 10 correctly.
Andrew
11-17-2010 02:04 PM
It works great, excellent ! I was struggling with this problem and knew it was time to get someone elses opinion/perspective on this !
Thanks again !
Barry