You could use the replace function on the incoming strings

VB Code:
  1. textToAdd = Replace(textToAdd, chr(27), "")

And just do this repeatedly to remove any character you want.