InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / UseHostRecordSeparator Property
In This Topic
    UseHostRecordSeparator Property
    In This Topic
    Returns or specifies whether InfoConnect uses the record separator character specified by HostRecordSeparator when an ASCII file is transferred from the host.
    Syntax
    expression.UseHostRecordSeparator As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This property only applies to ASCII file transfers using the WRQ/Reflection protocol. The default value is true.
    See Also