◄CString► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── BOOL IsEmpty() const; Remarks Tests a CString object for the empty condition. Return Value TRUE if the CString object has 0 length; otherwise FALSE. Example CString s; ASSERT( s.IsEmpty() ); See Also ◄CString::GetLength► -♦-