There are functions provided within VB that let you do things like uniq([a-z])...by that I mean putting "[a-z]" rather than having to enclose in speech marks. If I was currently to make a function like this, I would have to use uniq("[a-z]") and parse the info within the speech marks, but I am wondering if there's any way around this :-)