CString strTest = _T("Test1 - Test2"); CString strResult1, strResult2; swscanf(strTest, _T("%ls - %ls"), strResult1, strResult2);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)