solidDB Help : solidDB reference : solidDB SA: Function reference : SaDynStrAppend
  
SaDynStrAppend
SaDynStrAppend appends another string at the end of a dynamic string.
Synopsis
void SA_EXPORT_H SaDynStrAppend( SaDynStrT* p_ds,
  char* str)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
p_ds
out
Dynamic string
str
in, use
String that is appended at p_ds
Return value
None.
Go up to
solidDB SA: Function reference