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