So how exactly do you need to compare the arrays?
If you're simply looking for the difference between the cooresponding elements in the arrays, just wire both of them into a "minus" function and and it will automatically subtract each element and produce an array of the differences.

Most of the functions in LabVIEW can take an array directly and opeate on the entire array.
If this doesn't help, can you provide some more details on how you need to compare them.
Ed
Message Edited by Ed Dickens on 02-02-2006 10:52 PM