| Home | How To | Online Documentation | Support | Download | Order |
|
|
const SAString &operator+= ( const SAString& string ); const SAString& operator+= ( SAChar ch );
#ifdef
SA_UNICODE const SAString& operator+=( const SAChar * lpsz ); Parametersstring. A SAString to concatenate to this string. ch. A character to concatenate to this string. lpsz. A pointer to a null-terminated string to concatenate to this string. RemarksThe += concatenation operator joins characters to the end of this string. The operator accepts another SAString object, a character pointer, or a single character. Server specific notesNo specific information. Problems 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. |
||||||||||||||||||