Hi all. I am new to LabVIEW, so I apologize in adavance if my question is basic. I have a 2D array of boolean values. I need to duplicate each row, inserting each new row after it's original row. (i.e.: [a;b;c] becomes [a;a;b;b;c;c]) I am currently auto-indexing the 2D array into a while loop, and trying to insert each auto-indexed row into a new array, but it isn't working... can someone please point me in the right direction? Thanks in advance for the help!
