ILindoSettings.MessageString

Fore Syntax

MessageString: String;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ILindoSettings