Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awString | awStringAppend
 
awStringAppend
void awStringAppend(
BrokerString st,
char *append);
st
The destination string.
append
The source string.
Appends the source string append to the end of the destination string st.
See also: