Programming with Reflection
WRQEndCharacter property
Syntax |
|
Works with |
|
Data type |
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.
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 32that is, Chr$(0) through Chr$(31)or the close-parenthesis character, ).