InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / MapperFileTypeOption Enumeration
In This Topic
    MapperFileTypeOption Enumeration
    In This Topic
    Options for specifying how to handle tabs for MAPPER file transfers.
    Members
    MemberDescription
    CommaSeparatedFieldsConvert tabs to commas (most spreadsheets and databases can import files in this format).
    ConvertTabsToSpacesConvert tabs to spaces
    DoNotChangeTabsRetain the tabs
    See Also