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