ILindoSettings.MessageString

Syntax

MessageString: String;

Description

The MessageString property returns text of LINDO error occurred on calculation.

Comments

To get LINDO code corresponding to the error, use the ILindoSettings.nErrorCode property.

Example

The property use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ILindoSettings