InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / AlternateRS Property
In This Topic
    AlternateRS Property
    In This Topic
    Gets or sets the hex character sent and interpreted as the ending field delimiter. The valid range of values is 0 - 127 inclusive. The default is the RS character (0x1E)
    Syntax
    expression.AlternateRS As Integer
    where expression is a variable that represents a T27Terminal Object
    See Also