Link to home
Start Free TrialLog in
Avatar of al4629740
al4629740Flag for United States of America

asked on

avoid exporting duplicate strings

In the following project, I am modifying websites from a text file in an MSFlexGrid.  What is needed is a way to check whether the newly added entries are already duplicated before exporting them to the text file again.  

How can I put a msgbox or test in place to avoid duplication?

Also, how can I sort the sites in alphabetical order?
CB.zip
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

When you say alphabetical order are you talking just about what you see in the grid? If so that is probably not too hard, but if you are also talking about the output file that's not possible unless the output file consists of only the records that start with "^" and not records like "ALLOW_DROPBOX_r05-02-2013".
ASKER CERTIFIED SOLUTION
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of al4629740

ASKER

alphabetical in the grid only
Phew! It's still going to be tricky but I'll give it a try.
I'll open it in another question
Thanks, I appreciate that.
Nope, I appreciate your help