in reply to Removing duplicate records in text file

The easiest solution is an hash; there are many nodes here with solutions to your problem: How can I display a unique array if it contains some repeated elements, How to find and remove duplicate elements from an array?, How Do I Compare Array A to Array B, removing B elements from A. and How do I find if an array has duplicate elements, if so discard it?. Always try first Super Search!

Ciao, Valerio

  • Comment on Re: Removing duplicate records in text file