Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.31 Reverse property

This property sets the sorting order of the input records for the case the specification of the key field is omitted.

Syntax

object.Reverse = boolean

object

This specifies object expressions that define references to objects.

boolean

This sets the sorting order of the input records for the case the specification of the key field is omitted. As for values to be set, refer to the following setting value.

Setting value

Setting values of the Reverse property are as follows.

Setting value

Meaning

True

This sorts data in descending order.

False

This sorts data in ascending order. (Default value)

Description