Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / NationalReplacementSet Property
In This Topic
    NationalReplacementSet Property
    In This Topic
    Gets or sets the set of character translations that occur between the local computer and the host in 7-bit mode.
    Syntax
    expression.NationalReplacementSet As NationalReplacementSetOption
    where expression is a variable that represents a Terminal Object

    Property Value

    A NationalReplacementSetOption value
    Remarks
    This property affects how characters entered from the keyboard or from a local file are transmitted to the host, and how characters sent from the host are written to local files, to the screen, or both.

    Translations are not performed unless the NRCEnabled property is set to true.

    For a chart that shows character replacements for various languages, see the Reflection Terminal Reference PDF file.

    The default is None.
    See Also