Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TextFileCharacterSet Property
In This Topic
    TextFileCharacterSet Property (FileTransfer)
    In This Topic
    Returns or specifies whether Reflection uses the ASCII or ANSI character set.
    Syntax
    expression.TextFileCharacterSet As TextFileCharacterSetOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A TextFileCharacterSetOption value.
    Remarks
    The Windows character set (ANSI) is slightly different from the DOS character set (ASCII). If you are receiving an ASCII file to be used in the Windows environment, make sure this property is set to TextFileCharacterSetOption.WindowsCharacterSet. The value of this property can also affect printing if BypassPrinterDriver and TranslatePrintedCharacters are both set to true.
    • Reflection uses the DOS (ASCII) character set.
    • Reflection use the Windows (ANSI) character set. (The default.)
    See Also