jzoller Posted August 14, 2006 Report Share Posted August 14, 2006 Nest a while loop in another loop structure, feed in a 2d array, autoindex the 2d array on the while loop. Pulling out a row from the right hand edge of the while loop allows you to work in place on that row in the input 2D array just inside the top level structure, not a copy of the row. Confirmed it for LV6.02, 7.1, and 8.20. NI forum post (tbd's example is much clearer than mine). JZ Quote Link to comment
jzoller Posted April 11, 2007 Author Report Share Posted April 11, 2007 QUOTE(jzoller @ Aug 14 2006, 06:58 AM) Nest a while loop in another loop structure, feed in a 2d array, autoindex the 2d array on the while loop. Pulling out a row from the right hand edge of the while loop allows you to work in place on that row in the input 2D array just inside the top level structure, not a copy of the row. Confirmed it for LV6.02, 7.1, and 8.20. NI forum post (tbd's example is much clearer than mine). JZ Fixed in LV8.2.1. http://zone.ni.com/devzone/cda/tut/p/id/5674 Bug # 40DAF67U Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.