Programming with Reflection

image\rwnprg32.gif WRQEndCharacter property

 

Syntax

object.WRQEndCharacter
object.WRQEndCharacter = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) the character that is to indicate the end of a file transfer frame.

If WRQFastFileTransfer is True, Reflection attempts to do fast file transfers. If a fast file transfer takes place, the WRQEndCharacter property is ignored.

This property is relevant only for transfers that use the WRQ/Reflection protocol.

Values

The default is the end of text character, represented Chr$(rcETX).

The value can be any control character with an ASCII value of less than 32—that is, Chr$(0) through Chr$(31)—or the close-parenthesis character, ).

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property