> I'll check abcremoval first. Unfortunately it seems the abcremover can't > handle this case (even return index < string.Length ? string[index] : > -1) seems to be a problem. Probably since index is signed. What if it was -1? -- Ben