Programming with Reflection

image\rwnprg32.gif WriteCtrlZAsEOF property

 

Syntax

object.WriteCtrlZAsEOF
object.WriteCtrlZAsEOF = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

When this property is set to True, Reflection automatically adds an end-of-file marker at the end of ASCII files received from the host. Some older PC programs require the Ctrl-Z end-of-file marker.

The equivalent property for ASCII transfers to the host is ReadCtrlZAsEOF, which determines whether the Ctrl-Z at the end of PC files should be copied to the host during an ASCII file transfer.

This property is relevant only for ASCII file transfers from the host.

Values

The default value is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property