TextReplySave += subString + ' '; I have found by checking substring some times a bit of corrupt data is in the string typically "/qs" if I chop out the '/' in the date (03/01/2013) etc so what would be the correct way I can trap it with the below:
if (subString.Contains("/qs"))
{
//throw ????
}
If I can trap it I was thinking make it equal to a space (=' ';) but that does not seem to be allowed. Any ideas anyone?
(Happy New Year, if it's your new year!)
Glenn