From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Column instead of rows.

Solved!
Go to solution

Hello,

I want the results in column instead of rows.

 

Now:

Data1

23,34,45,23,78,

 

Data2

35,89,32,45,

 

This is want I want .

Data1

23,

34,

45,

23,

78

 

Data2

35,

89,

32,

45

 

 

0 Kudos
Message 1 of 4
(2,152 Views)

append a linefeed after each comma.

Message 2 of 4
(2,142 Views)
Solution
Accepted by topic author LVdummies

Or use an End Of Line constant instead of a comma


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 4
(2,105 Views)

Or replace the whole for loop with the Array to Spreadsheet String function, using EOL constant as the delimiter.

Thoric (CLA, CLED, CTD and LabVIEW Champion)


Message 4 of 4
(2,097 Views)