Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WriteSpacesAsTab Property
In This Topic
WriteSpacesAsTab Property
In This Topic
Returns or specifies whether Reflection replaces spaces with tabs during ASCII file transfers from the host.
Syntax
expression.WriteSpacesAsTab As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
You can replace consecutive spaces with tabs by setting this property to true. Replacing spaces with tabs can save a lot of disk space. The SpacesPerTab property determines the number of consecutive spaces are translated into a single tab character. On the PC, this value is also used to control replacement of tabs with spaces when logging to disk or copying from display memory. The default value is false.
See Also