Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400Charset Property
In This Topic
    Xfr400Charset Property
    In This Topic
    Gets or sets the ANSI or ASCII character set for transfers to and from an AS/400.
    Syntax
    expression.Xfr400Charset As AS400CharSetOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An AS400CharSetOption Enumeration 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