Programmer Guide : solidDB® SA : 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
Parameters
Usage type
Description
p_ds
out
Dynamic string
str
in, use
String that is appended at p_ds
Return value
None.
See also
solidDB® SA function reference