Programming with Reflection

image\rwnprg32.gif BlockTerminator property

 

Syntax

object.BlockTerminator
object.BlockTerminator = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) a block terminator character to be transmitted at the end of each block data transmission.

Values

The default value for Reflection for HP is the record separator character, represented as Chr$(rcRS).

The default value for Reflection for UNIX and OpenVMS and Reflection for ReGIS Graphics is Chr$(rcSUB).

Only ANSI characters with values from 0 to 31 are valid for this property. Use a characters to designate one of these characters.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property