Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.2 AlternateMode property

This specifies methods for converting between the EBCDIC code and ASCII code.

Syntax

object.AlternateMode = integer

object

This specifies object expressions that define references to objects.

integer

This specifies conversion methods between the EBCDIC code and ASCII code. For the values to be set, refer to the following setting values.

Setting value

The setting values of the AlternateMode property are as follows.

Setting value

Meaning

0

It executes the code conversion between the EBCDIC code and US ASCII code. (Default value)

1

It executes the code conversion between the code and ASCII (JIS8) code of EBCDIC (kana).

2

It executes the code conversion between the code and ASCII (JIS7) code of EBCDIC (lowercase letters).

Description