Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / UsePCRecordSeparator Property
In This Topic
    UsePCRecordSeparator Property
    In This Topic
    Returns or specifies whether Reflection uses the record separator character specified by PCRecordSeparator when an ASCII file is transferred to the host.
    Syntax
    expression.UsePCRecordSeparator 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