InfoConnect for Airlines VBA Guide
WriteSpacesAsTab Property
Returns or specifies whether InfoConnect replaces spaces with tabs during ASCII file transfers from the host.
Syntax
Object.WriteSpacesAsTab As Boolean
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