ILindoSettings.nErrorCode

Syntax

nErrorCode: Integer;

Description

The nErrorCode property returns code of the LINDO error occurred on calculation.

Comments

To get text of the error corresponding to code, use the ILindoSettings.MessageString property.

To get LINDO warnings occurred on calculation, use the ILindoSettings.Warnings property.

Example

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

See also:

ILindoSettings