Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::Delete

Syntax

void Delete(const NINT index, const NINT count)

Parameters

  • index [in] The position in the string where characters will be deleted
  • count [in] The number of characters to be deleted

Description

Deletes count characters from the string, starting at character position index.

Return

None.

See also

Empty(), Insert()

TOCIndex