LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array to Spreadsheet String - no end of line

Solved!
Go to solution

In the attached VI, I was expecting to get an end of line character at the end of each array element.  In the string indicator on the front panel, I get one row instead of three.  What have I done wrong? 

 

Thanks.

0 Kudos
Message 1 of 5
(4,591 Views)

You need 2d-array.
So you can use this variant of preparing your data
2d.png
Or make 2d array directly.

Message 2 of 5
(4,579 Views)
Solution
Accepted by topic author AT1

By default, a tab is the delimiter for the spreadsheet string.  Just set that to be the End Of Line constant.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 5
(4,558 Views)

As Suggested by crossrulz you need to feed delimited values to separate your array data, to get values in three rows you need to provide end of line character as a delimited value.

 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
Message 4 of 5
(4,509 Views)

Thanks for everyone's help!

0 Kudos
Message 5 of 5
(4,478 Views)