Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.27 MessageLevel property

This property sets levels of the message that PowerBSORT outputs.

Syntax

object.MessageLevel = integer

object

This specifies object expressions that define references to objects.

integer

This sets level of the output messages. As for values to be set, refer to the following setting values.

Setting value

Setting values of the MessageLevel property are as follows.

Setting value

Meaning

0

Error message and warning message are output.
It has the same meaning as specifying 2. (Default value)

1

Nothing is output.

2

Error message and warning message are output.

3

Error message, warning message, and information message are output.

Description

Note

The specification of the MessageLevel property takes priority over the specification of the environment variable BSORT_MSGLEVEL.