better to go:


CString str;
str.Format( "%02d", m_int );




the previous will crash if m_int is larger than 99

Sally