String Comparison
I have to read text file, I use Open as Input
Then When I get the string, I looking for I will place it to another text File, I use Open as Output.
The string that I'll get are:
A
A
B
B
C
C
But only string without Duplicate want to get the such as:
A
B
C
any Idea or any faster functions I'll will use for this because Im reading files for this.
Thanks
Elmer
|