My goal is to make the string ...

vb Code:
  1. strLocations = "WI - WI -  WI -  IL -  IL"

to

vb Code:
  1. strLocations = "WI - IL"


I'm restricted to using the 2.0 framework as well.

Any ideas or help would be greatly appreciated.