| Home | How To | Online Documentation | Support | Download | Order |
|
|
int Replace( const SAChar *lpszOld , const SAChar *lpszNew ); Return ValueThe number of replaced instances of the character. Zero if the string isn't changed. ParameterslpszOld. A pointer to a string containing the character to be replaced by lpszNew. lpszNew. A pointer to a string containing the character replacing lpszOld. RemarksCall this member function to replace instances of the substring lpszOld with instances of the string lpszNew . 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. |
|||||||||||||||||||