01-13-2006 04:20 AM
Unless your array is extremely big, this shouldn't be a problem.
My guess is that your "step" is 0, and that division by 0 generates NaN, and initializing an Array to NaN size causes this error.
Another option is that "step" is a very small number, causing the array to be very large and running LV out of the memory it needs.
01-13-2006 06:42 AM
01-14-2006 10:51 AM
01-17-2006 04:59 AM
Hello Devchander,
I have used an empty array as you recomended, it is working perfectecly.
Thanks
Benio
01-17-2006 06:33 AM
Hi Benio,
Good to hear that your problem got solved!
glad to have been of assistance
All the best
Dev