09-20-2006 04:48 AM
09-20-2006 05:03 AM
Hi Santhosh,
I am not sure if I got your requirement correctly. Anyway take a look at the picture with a for loop and a while loop concepts for handling arrays. The for loop with auto indexing enabled will let you use one element by one on each iteration (automatically). For this you do not have to worry about knowing the array size. For the while loop you can use the Array Size function available at function pallette All Functions->Array->Array Size. Please note that the array used here is 1D only. For 2D or 3D you need additional stuff.
Hope this helps.
Please post a picture of your vi so that you can get a better help from here...
Deepu.
09-20-2006 05:05 AM
09-20-2006 05:13 AM
09-20-2006 05:35 AM
hi shane,
u got it right, after posting the message i again checked my data
and found that it is a multi-dimensional array. Since i was trying to use this value
for comparing with integer, iam facing problems. could u sort it out by explaining How
can i convert this "Array Size"value(returned by multi-dimensional array) to integer.
regards,
santosh.
09-20-2006 05:56 AM
09-20-2006 06:10 AM
09-20-2006 06:25 AM