Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndSO Property
In This Topic
    XfrIndSO Property
    In This Topic
    Gets or sets whether to convert shift-in (SI) characters to US (hex 1F) and shift-out (SO) characters to RS (hex 1E) in JISCII files received from the host.
    Syntax
    expression.XfrIndSO As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default value is False.
    Remarks
    This property applies to JISCII file transfers only. This property is applicable to double-byte 3270 sessions only.
    See Also