Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.1 AlphaNumOnly property

This property sets characters to be compared as key fields exclusively to blanks and alphanumeric characters.

Syntax

object.AlphaNumOnly = boolean

object

This specifies object expressions that define references to objects.

boolean

This specifies whether to set characters to be compared as a key field exclusively to blanks and alphanumeric characters. For the values to be set, refer to the following setting values.

Setting value

The setting values of the AlphaNumOnly property are as follows.

Setting value

Meaning

True

Only blank and alphanumeric character are to be compared.

False

All the characters are to be compared. (Default value)

Description