Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PasteTabReplacement Property
PasteTabReplacement Property
Gets or specifies the string that replaces tabs if the PasteReplaceTabs setting is set to true. Any random set of characters is acceptable, including character spaces.
Syntax
expression.PasteTabReplacement As String
where expression is a variable that represents a IbmScreen Object

Property Value

The default value is "".
Exceptions
ExceptionDescription
This exception is thrown if the set parameter length is longer than the maximum allowed length.
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
The PasteReplaceTabs property must be set to true. The string can be up to 260 characters long.
See Also