CString str = _T("uu_Tempe_code");
str.TrimLeft(_T("uu_"));
str.TrimRight(_T("_code"));
why the oo is "Temp" instead of "Tempe" in vs2010
TrimRight
July 6th, 2013 1:30am
I'd suggest you might get more answers in a visual studio forum, rather than an office forum.
al
Free Windows Admin Tool Kit Click here and download it now
July 6th, 2013 8:51am
Hi,
this is the forum for MS Visio. It seems you want the forum for Visual Studio, which is here:
http://social.msdn.microsoft.com/Forums/en-US/home?forum=visualstudiogeneral
July 6th, 2013 8:30pm