how to compare unsorted array with repeated values in it ? - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: how to compare unsorted array with repeated values in it ? (/Thread-how-to-compare-unsorted-array-with-repeated-values-in-it) |
how to compare unsorted array with repeated values in it ? - sssidana123 - 08-24-2012 Code: Function CompareArrays(arrArray1, arrArray2) I am using the above function for it but not working properly. Suggestions |