| Home | How To | Online Documentation | Support | Download | Order |
|
|
int Insert( int nIndex, SAChar ch ); int Insert( int nIndex, const SAChar *pstr ); Return valueReturns the length of the changed string. ParametersnIndex. The index of the character before which the insertion will take place. ch. The character to be inserted. pstr. A pointer to the substring to be inserted. RemarksCall this member function to insert a single character or a substring at the given index within the string. The nIndex parameter identifies the first character that will be moved to make room for the character or substring. If nIndex is zero, the insertion will occur before the entire string. If nIndex is higher than the length of the string, the function will concatenate the present string and the new material provided by either ch or pstr. Server specific notesNo specific information. See alsoDelete, operator +=, operator + 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. |
||||||||||||||||||