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