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,156 Views)

append a linefeed after each comma.

Message 2 of 4
(2,146 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,109 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,101 Views)