Re: Need help duplicating rows of 2D boolean array

2004-03-23 Thread clg6621
Awesome. Thanks to both of yall! DavidT: It looks like I'm alot newer to this than you are! It would have taken me a while to come up with what you have. Thanks, it's exactly what I need.

Re: Need help duplicating rows of 2D boolean array

2004-03-22 Thread clg6621
ARRGGGH!!! When I tried to open the first VI you posted, it couldn't b/c it said that version 7 is newer than version 6.i. Now it won't open the 6.1 VI b/c it says that 6.1 is newer than version 6.0!!! So apparently I guess I need a version 6.0 VI??? I'm really sorry for the trouble! If you

Re: Need help duplicating rows of 2D boolean array

2004-03-22 Thread clg6621
Thanks for the quick response! I forgot to mention in my question that we only have LabVIEW 6i at school. Is there a way for you (or anyone else) to back save your VI to a version I can read? Thanks!

Need help duplicating rows of 2D boolean array

2004-03-21 Thread clg6621
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,