07-03-2007 11:08 PM
07-03-2007 11:25 PM - edited 07-03-2007 11:25 PM
An inefficient way to create the array is to use the build array and a shift register as shown below. It's more effecient in terms of memory management to create the array and then use the replace array subset as shown in the other image. Of course, if you don't need the array inside the loop, just wire the value out of the while loop and on the exit tunnel, right click and select 'Enable Indexing'.
Message Edited by Dennis Knutson on 07-03-2007 10:25 PM
Message Edited by Dennis Knutson on 07-03-2007 10:26 PM
07-04-2007 03:38 AM
07-04-2007 04:19 AM
07-04-2007 04:57 AM
07-04-2007 05:17 AM