CArray::RemoveAt

This member function removes one or more elements starting at a specified index in an array. In the process, it shifts down all the elements above the removed element(s).

Syntax

void RemoveAt( int nIndex, int nCount = 1 );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CArray Overview, CArray Member Functions, CArray::SetAt, CArray::SetAtGrow, CArray::InsertAt