Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndNOSO Property
In This Topic
    XfrIndNOSO Property
    In This Topic
    Gets or sets whether to remove the shift-out/shift-in (SO/SI) characters from files sent to the host.
    Syntax
    expression.XfrIndNOSO As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default value is False.
    Remarks
    In general, this setting is meant for files made up entirely of double-byte characters or files containing both single and double-byte characters. This property is applicable to double-byte 3270 sessions only.
    See Also