IStatMethod.WarningsNumbers

Syntax

WarningsNumbers: Array;

Description

The WarningsNumbers property returns numbers of warnings that occurred on method calculation.

Comments

Warning numbers are returned as an array of integers. Use the IStatMethod.WarningByStatus property to get warning text by the warning number.

Example

The property use is given in the example for IStatMethod.WarningByStatus.

See also:

IStatMethod