| Home | How To | Online Documentation | Support | Download | Order |
|
|
SAString Left( int nCount ) const; Return ValueA SAString object containing a copy of the specified range of characters. Note that the returned SAString object may be empty. ParametersnCount. The number of characters to extract from this SAString object. RemarksExtracts the first (that is, leftmost) nCount characters from this SAString object and returns a copy of the extracted substring. If nCount exceeds the string length, then the entire string is extracted. For multibyte character sets (default, SA_UNICODE is not defined), nCount refers to each 8-bit character; that is, a lead and trail byte in one multibyte character are counted as two characters. 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. |
||||||||||||||||||