CString::GetAt

Call this member function to retrieve a single character specified by an index number. The overloaded subscript ([]) operator is a convenient alias for GetAt.

Syntax

TCHAR GetAt( int nIndex ) const;

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CString Overview, CString Member Functions, Simple Value Types, CString::GetAt, CString::GetLength, CString::operator []