NO FRAMES

CPXmsgstr

public int CPXmsgstr(CPXCHANNELptr channel, const char * msg_str)
Definition file: cplex.h

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);

Parameters:

channel

The pointer to the channel receiving the message.

msg_str

A pointer to a string that should be sent to the message channel.

Returns:

The routine returns the number of characters in the string msg.