Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.6 CollationOrder property

This property specifies order of collating the key field. The collation order is a comparison method to decide a big and small relation of the record.

Syntax

object.CollationOrder = integer

object

This specifies object expressions that define references to objects.

integer

This specifies order of collating the key field. For information about the values to set, refer to the following setting values.

Setting value

The setting values of the CollationOrder property are as follows.

Setting value

Meaning

0

No specification (order of collating of the system). (Default value)

1

Even if multiple byte characters coexist, each characters are compared.

2

The numbers that contains sign (+,-) characters are processed arithmetically.

3

The data that follows character strings, number are compared divided in character part and number part.

Description