Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awString | awStringAppendByte
 
awStringAppendByte
void awStringAppendByte(
BrokerString st,
char number);
st
The destination string.
number
The number you are appending to the string.
Appends a string representation of number to the end of the destination string st.
See also: