CTString::Pos
Syntax
NINT Pos(const CTString& substr) const
Parameters
Description
Retrieves the index at which a specified substring begins.
Return
Pos() returns the index number at which a specified substring begins or -1 if substr is not found.
See also
SubString()