LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem incrementing in a Spreadsheet

Solved!
Go to solution

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

 

Download All
0 Kudos
Message 1 of 3
(2,514 Views)
Solution
Accepted by topic author biernaskieb

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. Smiley Wink

 

Andrew

Andrew
0 Kudos
Message 2 of 3
(2,508 Views)

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

  

0 Kudos
Message 3 of 3
(2,489 Views)