Programming with Reflection

image\rwnprg32.gif UseCtrlZ property

 

Syntax

object.UseCtrlZ
object.UseCtrlZ = Value

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether Reflection interprets a Ctrl-Z character (hex 1A) as an end-of-file character (on reads) or appends this character at the end of files (on writes).

Values

The default is False.

Comments

If you find that an IND$FILE ASCII file transfer to the host stops at the first Ctrl-Z character it encounters, rather than at the end of the file, make sure that UseCtrlZ is set to False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property