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