07-17-2008 11:58 PM
07-18-2008 12:24 AM
You can initialize the array before the for loop and inside use the replace element function.
At the end you can resize your array to the final number of elements.
How big is your input array?
If it is small, you should not have any problems,
07-18-2008 12:24 AM - edited 07-18-2008 12:25 AM
You can initialize the array before the for loop and inside use the replace element function.
At the end you can resize your array to the final number of elements.
How big is your input array?
If it is small, you should not have any problems, as it is
07-18-2008 06:59 AM
Unfortunately I do not have LV installed on this PC therefore I could not look at your code.
However, if you are using a loop only to deal with an array, please note that many functions (VI) are polymorphic and will deal with arrays without the use of a loop.
R
07-18-2008 09:58 AM