LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I split a string in a string array into separate arrays

Solved!
Go to solution

Wire the 0 for the Arrays Subset function into the other input.

 

One input takes array subsets by columns, the other does it by rows.

Message 11 of 14
(1,740 Views)

Hi RavensFan,

 

Sorry, I don't quite understand what you mean?

 

Kind regards,

0 Kudos
Message 12 of 14
(1,733 Views)

I've got it now!!

 

 

Thank you all for the help.

0 Kudos
Message 13 of 14
(1,724 Views)

@stanm13 wrote:

Sorry, I don't quite understand what you mean?


When you wire a 2D array to an Index Array, you will have 2 inputs to select the element.  If you leave the first one unwired and wire a 0 to the second, it will index by the colum (the way you want it) instead of the row (like you have now).  Look closely at the snippet I supplied earlier and you will see this.


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 14 of 14
(1,721 Views)