| Overview | Group | Index | Concepts | 
The routine CPXmsgstr sends a character string
 to a CPLEX message channel. It is provided as an alternative to
 CPXmsg, which due to its variable-length argument list,
 cannot be used in some environments, such as Visual Basic.
Example
CPXmsgstr (p, q);
| channel | The pointer to the channel receiving the message.  | 
| msg_str | A pointer to a string that should be sent to the message channel.  |