CTString::Delete
Syntax
void Delete(const NINT index, const NINT count)
Parameters
Description
Deletes count characters from the string, starting at character position index.
Return
None.
See also
Empty(), Insert()
TOCIndex