> (* > How about using "set of char" instead of "array of char" ? > That way, the compiler should be able to distinguish > between the overloads... > *) Yeah, that will work ;-) The only problem would be if he wanted to remove specific patterns of chars, but I'm guessing this isn't the case. Matt