Hi,
i just want to read a file and couont the noumber of duplicates in that and want to display them like the recoed no of times tne record is repeated
So I suppose you will find out duplicate records in a dataset and count them. So, first of all you have to sort this dataset so that duplicate strings are one after an other. By using a sort utility, you can also count the duplicates with this utility, also eliminate duplicates... and so on.
So there is no need to do tis with an Ass-Programm