| Home | How To | Online Documentation | Support | Download | Order |
|
|
void FormatV( const SAChar * lpszFormat, va_list argList ); ParameterslpszFormat. A format-control string. argList. A list of arguments to be passed. RemarksCall this member function to write a formatted string and a variable list of arguments to a SAString object in the same way that vsprintf formats data into a C-style character array. This function formats and stores a series of characters and values in the SAString. The string and arguments are converted and output according to the corresponding format specification in lpszFormat . 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. |
|||||||||||||||||||