Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ReadTabAsSpaces Property
In This Topic
ReadTabAsSpaces Property
In This Topic
Returns or specifies whether tab characters in local files are converted to space characters.
Syntax
expression.ReadTabAsSpaces As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
When this property is set to true, tab characters are converted to space characters as they are sent to the host during ASCII transfers. The equivalent property for ASCII transfers from the host is WriteSpacesAsTab. The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details.
See Also