InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / OS2200FileTransfer Object / TabCharacter Property
In This Topic
    TabCharacter Property
    In This Topic
    Gets or sets the character in the PC file that will be converted to a tab character when the file is uploaded to the OS 2200 Editor. Once this character is converted to a tab on the OS 2200 Editor, it cannot be converted back to the original character. If you do not want to convert any characters in the PC file to tab characters, type a character that does not exist in the PC file, such as |.
    Syntax
    expression.TabCharacter As String
    where expression is a variable that represents a OS2200FileTransfer Object
    See Also