Hi, have a look at http://www.pe.tu-clausthal.de/~pesba/download/duplicate_bool_array.vi
Greets Stephan "clg6621" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > 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!
