From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

in place element structure doesn't support rows or columns for 2D arrays?

I went to use an In Place Element Structure today on a 2d array of strings.  The plan was to wire that into a subVI which would modify the elements of the table column (17 in total).  I was planning to use another In Place Element Structure which would handle the rows of the selected column.

But it doesn't appear that In Place Element Structure supports pulling a row or column from a 2D array.  Am I missing something?  I could not use a subVI with antoher for loop, but it would make the code less attractive and destroy my Modularity Index.  I guess I will have to do it the old way unless there is some option I haven't found.
0 Kudos
Message 1 of 2
(2,500 Views)

I noticed that a while back, too.  I'm guessing it's because there's no way to guarantee that the row/column you pull out will stay the same size after being manipulated within the structure.

-D

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