Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awString
|
awStringAppendChar
awStringAppendChar
void awStringAppendChar(
BrokerString
st
,
char
c
);
st
The destination string.
c
The source character.
Appends the source character
c
to the end of the destination string
st
.
See also:
awStringAppend