Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / BlockTerminator Property
BlockTerminator Property
Gets or sets a block terminator character to be transmitted at the end of each block data transmission.
Syntax
expression.BlockTerminator As Char
where expression is a variable that represents a Terminal Object
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