| Home | How To | Online Documentation | Support | Download | Order |
|
|
void TrimRight( ); void TrimRight( SAChar chTarget ); void TrimRight( const SAChar *lpszTargets ); ParameterschTarget. The target characters to be trimmed. lpszTargets. A pointer to a string containing the target characters to be trimmed. RemarksCall the version of this member function with no parameters to trim trailing whitespace characters from the string. When used with no parameters, TrimRight removes trailing newline, space, and tab characters from the string. Use the versions of this function that accept parameters to remove a particular character or a particular group of characters from the end of a string. Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||