InfoConnect for Airlines VBA Guide
WriteCtrlZAsEOF Property
When this property is set to true, InfoConnect automatically adds an end-of-file marker at the end of ASCII files it receives from the host.
Syntax
Object.WriteCtrlZAsEOF As Boolean
Remarks
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. The default value is false.
See Also