awStringClip
void awStringClip(
BrokerString st,
int max_length);
st | The string to be truncated. |
max_length | The maximum length of the string. |
Truncates the string st to the specified max_length. If st already has a length less than or equal to max_length, this function has no effect.