Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / AutoLinefeed Property
In This Topic
    AutoLinefeed Property
    In This Topic
    Gets or sets whether Reflection appends a line-feed character to each transmitted or received carriage return character.
    Syntax
    expression.AutoLinefeed As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    Most hosts echo both a carriage return and a line feed when you press the RETURN key, so in remote mode it isn't usually appropriate to add another line feed. However, in local mode a carriage return does not execute a line feed automatically, so you may want to set AutoLinefeed to true.
    See Also