Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400DeleteTrailingSpaces Property
In This Topic
    Xfr400DeleteTrailingSpaces Property
    In This Topic
    Gets or sets whether extra spaces at the end of a record are deleted when the records are transferred to the PC during AS/400 data transfers.
    Syntax
    expression.Xfr400DeleteTrailingSpaces As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks

    This setting is only relevant for 5250 terminal sessions.

    Trailing spaces are required to ensure accurate data transfer of records containing double-byte characters.

    See Also