alization to me. I am attempting to initialize an array with a 2d array constant full of zeros, then insert data into that array as I measure it using the "insert into array" vi within a while loop. The result output is a 2d array of nothing. Any ideas?hi,
If you know the number of 2Ddata (array size) that you are gonna to acquire, initialising the array will help by eliminate the need to reallocate array memory.
Here's a modified version of your vi. note that "initialse array" is used to allocate an array memory.
Cheers
ian.f
sg/my