InfoConnect for Airlines VBA Guide
AS400CharSetOption Enumeration
Specifies the character set to use for transfers to and from an AS/400.
Members
MemberDescription
AS400AnsiANSI character set.
AS400AsciiASCII character set.
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 and is only relevant for 5250 sessions.
See Also