Tomas: > You should return MutableStrings and also accept MutableStrings as > parameters. Yup. Long term, we've talked about some action binder magic that would automatically convert MutableString <-> System.String for calling .NET methods. But that's a long way off, so use MutableStrings for now. - John