LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String Processing

Solved!
Go to solution

Dear Friends,

 

I have a string say "A1,A2,A3,A4,A5,A6" which is delimited by comma (and It will be received through serial port). I have to split the string and separate the values A1 A2 A3 A4 A5 A6 and put it in a array.

If I use split string I have to use 5 times (One output is a input for another). Is there any way to do it easily ?

 

 

Best Regards,

Rathan

 

0 Kudos
Message 1 of 6
(3,053 Views)

Spreadsheet String to Array. Set delimiter to ,

 

Felix

Message 2 of 6
(3,046 Views)
Solution
Accepted by topic author Pahee

use spreadsheet string to array

 Capture.JPG

Message 3 of 6
(3,044 Views)

F. Schubert wrote:

Spreadsheet String to Array. Set delimiter to ,

 

Felix


Beat me by two minutes... 🙂

0 Kudos
Message 4 of 6
(3,042 Views)

But not with an image...

 

Felix

0 Kudos
Message 5 of 6
(3,037 Views)
Beat me, too.  That's because he cheated and didn't write the code.  😉
Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 6
(3,034 Views)