Hi all, We have a function that makes use of the string replace function in a CR formula. In previous versions of .NET (both VS2003, and earlier) this worked OK. Now running in VS2005, the behavior of this function is different. Here is a sample of the code: StringVar sTemp := Replace ({Notices.ReminderNotice}, "@Name", {@DriverName}, 1, -1, 1 ); sTemp := Replace (sTemp, "@Type", {SourceTable.MaintItemName}, 1, -1, 1 ); sTemp := Replace (sTemp, "@Date", CStr ({SourceTable.MaintItemDate}), 1, -1,