InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / BlockTerminator Property
In This Topic
    BlockTerminator Property
    In This Topic
    Gets or sets a block terminator character to be transmitted at the end of each block data transmission.
    Syntax
    expression.BlockTerminator As System.Char
    Exceptions
    ExceptionDescription
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    The default value is Chr$(SUB). Only ANSI characters with values from 0 to 31 are valid for this property. Use a characters to designate one of these characters.
    See Also