LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

spreadsheet string to array conversion Question

Hello,

I am using the spreadsheet string to array.vi and have a question on how it works.  I have a long string, alphanumeric, and I need to convert it to a 2D array or numbers.  Currently the letters are converted to zeroes to fill the gaps.  Is there a way to change that so that the letters are converted to -9999 or -1 or something else of my chosing? Please let me know if you have any ideas.

Cheers!
0 Kudos
Message 1 of 3
(2,798 Views)
"Spreadsheet string to array" does not support this functionality directly. However, you could easily write your own subVI that would support it. 🙂
0 Kudos
Message 2 of 3
(2,792 Views)
Good call, it was a good exercise too!

Cheers!
0 Kudos
Message 3 of 3
(2,774 Views)