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

Property Value

A TextFileCharacterSetOption value
Remarks
The Windows character set (ANSI) is slightly different from the DOS character set (ASCII). If you receive an ASCII file to be used in the Windows environment, make sure this property is set to WindowsCharacterSet.

The value of this property can also affect printing if BypassPrinterDriver and TranslatePrintedCharacters are both set to true.

The default value is WindowCharacterSet.
See Also