EditPaste

<< Click to Display Table of Contents >>

Navigation:  Quick3270 functions and statements >

EditPaste

Description

Copies the content of the clipboard to the presentation space at the current cursor location.

Syntax

EditPaste [Options]

 

Options

Part

Description

RowOriented

Paste rows of text that end with carriage returns or line feeds.
If not specified, paste is field oriented. Carriage returns, line feeds or tab stops will jump to the next field.

FieldTruncation

If the end of a field is encountered, the remaining characters will be used to continue the paste operation.
If not specified, the remaining characters until carriage returns, line feeds or tab stops will be lost.

WordWrap

Avoid words being split across fields and lines

Protected

Pastes from the clipboard to the selected area of the destination screen, regardless of whether these fields are protected or unprotected.

Continue

Keep the not pasted characters into the clipboard for a next paste operation.

UpdateCursorPos

Moves the cursor to the end of the pasted data.

TabJump

When a tab character is encountered, the following text data will be pasted into the next field.
If not selected, the tab character is handled as a space character.

TabStop

The tab stop is replaced by default by 4 space characters.

FillWithSpaces

Fill the end of a field with space characters.
If not selected, the end of the field is filled with null characters.