Need to search a text file for a particular string to ensure no duplicates written to text file at end.
Is the best way to load the strings (comma seperated) into a stringlist, manipulate there, then save back to the text file with / without duplicates?
If so, how do i load from a text file which would look like this:
111001,123,2344,5455,6,6676
Into a TStringlist?
Thanks.
Is the best way to load the strings (comma seperated) into a stringlist, manipulate there, then save back to the text file with / without duplicates?
If so, how do i load from a text file which would look like this:
111001,123,2344,5455,6,6676
Into a TStringlist?
Thanks.