Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / SpacesPerTab Property
In This Topic
    SpacesPerTab Property
    In This Topic
    Returns or specifies the number of consecutive spaces that make up a single tab when converting these characters during ASCII file transfers.
    Syntax
    expression.SpacesPerTab As Integer
    where expression is a variable that represents a FileTransfer Object
    Exceptions
    ExceptionDescription
    Thrown if a value outside the range of valid values is specified.
    Remarks
    WriteSpacesAsTab converts spaces to tabs. ReadTabAsSpaces converts tab characters to spaces. When WriteSpacesAsTab or ReadTabAsSpaces is true, is property is relevant only for ASCII file transfers. The default value is 8. The range of values is 1-20.
    See Also