InfoConnect for Unisys VBA Guide
Xfr400Charset Property
Gets or sets the ANSI or ASCII character set for transfers to and from an AS/400.
Syntax

Property Value

The default value is AS400Ansi.
Remarks
This property is relevant for data that contains characters with decimal values above 127. (The ANSI and ASCII character sets have the same values for characters with decimal values from 32-126.) This property affects AS/400 data transfer.

AS400Ansi uses the ANSI character set. (The default.)

AS400Ascii uses the ASCII character set.

See Also