Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PasteWrapText Property
In This Topic
    PasteWrapText Property
    In This Topic
    Gets or sets a value indicating whether text that exceeds the current line length is pasted in the next field or truncated.
    Syntax
    expression.PasteWrapText As Boolean
    where expression is a variable that represents a IbmScreen Object

    Property Value

    The default value is False.
    Exceptions
    ExceptionDescription
    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
    If this value is true, remaining text in the line is pasted at the start of the next field.

    If it is false, the terminal truncates the current line and begins pasting at the next field with the beginning of a new line.

    See Also