SRGraphTitle::GetLineCount

int SRGraphTitle::GetLineCount(LPCTSTR lpszText)

Calculate the number of lines in a given string, the separator is '\\n'. Empty line is also counted

Defined in: SRGraphTitle.cpp

Return Value

int Number of lines.

Parameters

lpszText

LPCTSTR lpszText The NULL terminated string text to count on