Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / DeleteTrailingSpaces Property
In This Topic
DeleteTrailingSpaces Property
In This Topic
This property returns or specifies how Reflection handles trailing spaces during ASCII file transfers.
Syntax
expression.DeleteTrailingSpaces As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
Because most text-processing programs use delimited lines and paragraphs, they do not need to precede delimiters with blanks. Deleting trailing spaces during a file transfer can save a great deal of disk space. This property is relevant during ASCII file transfers from the host and for logging or copying to disk. The default value is true.
See Also