InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WriteSpacesAsTab Property


In This Topic
    WriteSpacesAsTab Property
    In This Topic
    Returns or specifies whether InfoConnect replaces spaces with tabs during ASCII file transfers from the host.
    Syntax
    'Declaration
     
    
    Property WriteSpacesAsTab As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WriteSpacesAsTab = value
     
    value = instance.WriteSpacesAsTab
    bool WriteSpacesAsTab {get; set;}

    Property Value

    The default value is false
    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 h ow many consecutive spaces InfoConnect will translate 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