CString str[6];str[0]=m_name;str[1]=m_number;.....str[5]=m_place;CString s;for(int i=0;i<6;i++){ s=s+"\n"+str[i];}MessageBox(s);