InfoConnect for Airlines VBA Guide
BlockTerminator Property
Gets or sets a block terminator character to be transmitted at the end of each block data transmission.
Syntax
Object.BlockTerminator As Char
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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