You could use the replace function on the incoming strings
VB Code:
textToAdd = Replace(textToAdd, chr(27), "")
And just do this repeatedly to remove any character you want.
|
Results 1 to 17 of 17
Threaded View
|
Click Here to Expand Forum to Full Width |