Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / AnswerBack Property
In This Topic
    AnswerBack Property
    In This Topic
    Gets or sets a string that is sent to the host when Reflection receives an Enq character from the host.
    Syntax
    expression.AnswerBack As String
    where expression is a variable that represents a Terminal Object
    Exceptions
    ExceptionDescription
    Thrown if the set parameter is too long for the current terminal type.
    Remarks
    When EnqAck is set to true, Reflection sends an Ack character in response to an Enq from the host, and the value of AnswerBack is ignored.

    This property is relevant only when the EnqAck property is set to false. The default value is "". The string cannot be more than 30 characters long.

    See Also