Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ConvertNRCToMCS Property
In This Topic
    ConvertNRCToMCS Property
    In This Topic
    Returns or specifies whether National Replacement Set (NRC) characters are converted to Multinational Character Set (MCS) characters in files you receive.
    Syntax
    expression.ConvertNRCToMCS As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This property is relevant only for ASCII file transfers. The default value is false.
    See Also