1: 2: 3: 4: 5: 6: 7: 8: 9:
CString outer; for(int i = 0 ; i < 10 ; ++i) { CString s; s.Format("%d", i); outer += s; }