|
<< 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. |
FieldTruncation |
If the end of a field is encountered, the remaining characters will be used to continue the paste operation. |
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. |
TabStop |
The tab stop is replaced by default by 4 space characters. |
FillWithSpaces |
Fill the end of a field with space characters. |