Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awString
|
awStringAppend
awStringAppend
void awStringAppend(
BrokerString
st
,
char *
append
);
st
The destination string.
append
The source string.
Appends the source string
append
to the end of the destination string
st
.
See also:
awStringAppendByte
awStringAppendChar
awStringAppendFloat
awStringAppendInteger
awStringAppendDouble
awStringAppendLong
awStringAppendNString
awStringAppendShort
awStringAppendNUCString
awStringAppendUCChar