LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Seperating characters of a string

Solved!
Go to solution

I have a string in which all characters are seperated by a space.I want to extract each of these characters to different substrings.Is there a way to do this?

 

For example: parent string : 1 a g 3 h p

 

required => 

string 1: 1

string 2: a

string 3: g

string 4: 3

string 5: h

string 6: p

 

Thanks.

0 Kudos
Message 1 of 4
(2,520 Views)
Solution
Accepted by topic author mnx

I would use Spreadsheet String to Array with a space set to the delimiter.


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

Exactly that:


@crossrulz wrote:

I would use Spreadsheet String to Array with a space set to the delimiter.


 

Spoiler
string to array.png

CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 3 of 4
(2,507 Views)

Thanks guys..:)

0 Kudos
Message 4 of 4
(2,497 Views)