LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

comma delimited spreadsheet string into string array

I have comma delimited spreadsheet string like xxx,yyy,zzz. i want this spreadsheet string into string array like xxx yyy zzz Is there any function available in palette? I will be grateful if anyone give me the solution soon.
0 Kudos
Message 1 of 3
(1,718 Views)

Hello,

 

What about 'Spreadsheet String To Array' Function from Palette: String Functions?

 

UliB

0 Kudos
Message 2 of 3
(1,711 Views)

You have Spreadsheet String To Array.  In more recent versions, you also have Delimited String To 1D String Array located in the "Additional String VIs and Functions" palette which is really just a wrapper for the Spreadsheet String To Array.


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
0 Kudos
Message 3 of 3
(1,693 Views)