Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / AS400CharSetOption Enumeration
In This Topic
    AS400CharSetOption Enumeration
    In This Topic
    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