Programming with Reflection
UseCtrlZ property
Syntax |
|
Data type |
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).
The default is False.
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.