CTString::operator[ ]
Syntax
char& operator[](const NINT index)
Parameters
Description
Returns a reference to the character at the index position.
Return
Returns a reference to the character at the index position, or throws an exception if index<0 or index>length of string.