LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

spreadsheet string to array or Read Spreadsheetfile into Array

Hi,
I am using this attched txt-file (spreadsheet file) to read out the data to an array, but I get only the first column into the 2-D array. All the other columns are not read into it.
What do I wrong?
Thanks
0 Kudos
Message 1 of 5
(2,869 Views)
What did you specify as the delimiter? Your columns are separated by spaces so that is what you should be using.
Message 2 of 5
(2,864 Views)

Hi,

I used space (/s) as delimiter indication but it didn't work either.

0 Kudos
Message 3 of 5
(2,848 Views)
I don't know what could be wrong. I used a \s and I was able to read all columns. You do realize that the data will not start until row 11 don't you?
Message 4 of 5
(2,844 Views)

Yes Thanks,

I realized it myself after reading the HELP on the following String Control:

"Right-click a string control or indicator and select '\' Codes Display from the shortcut menu to instruct LabVIEW to interpret characters that immediately follow a backslash (\) as a code for non-displayable characters. The backslash mode is useful for debugging VIs and for sending non-displayable characters to instruments, serial ports, and other devices. The following list shows how LabVIEW interprets these codes."

 

Just after that it accepted my /s.

Thanks

0 Kudos
Message 5 of 5
(2,833 Views)