| Home | How To | Online Documentation | Support | Download | Order |
|
|
void TrimLeft( ); void TrimLeft( SAChar chTarget ); void TrimLeft( 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 leading whitespace characters from the string. When used with no parameters, TrimLeft removes newline, space, and tab characters. Use the versions of this function that accept parameters to remove a particular character or a particular group of characters from the beginning 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. |
|||||||||||||||||||