When the type of the current lexeme is LEX_T_STRING during the lexeme iteration
this function should be used to retrieve the length of the current lexeme. This is
more accurate than calling strlen on the actual string because the string itself may
contain zero characters.
long lex_StrLen(pLexObject pLex
){