InfoConnect for Airlines VBA Guide
AnswerBack Property
Gets or sets a string that is sent to the host when InfoConnect receives an Enq character from the host.
Syntax
Object.AnswerBack As String
Exceptions
ExceptionDescription
System.ArgumentException Thrown if the set parameter is too long for the current terminal type.
Remarks
When EnqAck is set to true, InfoConnect 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