Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Doh! That fixes it straight away at least in my C# coded. Amazing how blind you can be to the obvious solution. I was so focussed on the CVSNT side that I never thought of that. But I will still get the same problem in my C++ code - not so urgent right now, but maybe in a few months... Tim Tony Hoyle wrote: > Tim Chippington Derrick wrote: >> >> public class OptimisationScope >> { >> public static String versionInfo = "$Id: OptimisationScope.cs,v 1.18 >> 2008/10/24 14:42:12 Company\TimDerr Exp $ $Name: $"; >> .... >> > > IIRC in C# you can switch off escaping by using @ in front of the string. > > Tony