InfoConnect for Airlines
ReadTabAsSpaces Property


Returns or specifies whether tab characters in local files are converted to space characters.
Syntax
'Declaration
 
Property ReadTabAsSpaces As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.ReadTabAsSpaces = value
 
value = instance.ReadTabAsSpaces
bool ReadTabAsSpaces {get; set;}
Remarks
When this property is set to True, tab characters are converted to space characters as they are sent to the host during ASCII transfers. The equivalent property for ASCII transfers from the host is WriteSpacesAsTab. The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details.
See Also