InfoConnect for Unisys VBA Guide
SpacesPerTab Property
Returns or specifies the number of consecutive spaces that make up a single tab when converting these characters during ASCII file transfers.
Syntax
Object.SpacesPerTab As Long
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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

 

 


2015 Attachmate

Send Feedback