- Reserve
- Resize
- Shutdown
- Add
- AddArray
- AddArray
- Insert
- InsertArray
- InsertArray
- AssignArray
- AssignArray
- Update
- Shift
- Delete
- DeleteRange
- At
- CompareArray
- CompareArray
- InsertSort
- Search
- SearchGreat
- SearchLess
- SearchGreatOrEqual
- SearchLessOrEqual
- SearchFirst
- SearchLast
- SearchLinear
- Save
- Load
- Type
DeleteRange
Deletes a group of elements from the specified array position.
bool DeleteRange(
|
Parameters
from
[in] Position of the first array element to be removed.
to
[in] Position of the last array element to be removed.
Return Value
true - successful, false - cannot remove the elements.
Example:
//--- example for CArrayChar::DeleteRange(int,int)
|