A script-enabled browser is required for this page to function properly.

PASTE_REGION Built-in

Description

Pastes the contents of the clipboard (i.e., the selected region that was cut or copied most recently), positioning the upper left corner of the pasted area at the cursor position.

Syntax

PROCEDURE PASTE_REGION;

Built-in Type restricted procedure

Enter Query Mode yes

Parameters

none

Usage Notes

Use PASTE_REGION, as well as the other editing functions on text items only. The cut and copy functions transfer the selected region into the system clipboard until you indicate the paste target. At that time, the cut or copied content is pasted onto the target location.


COPY_REGION Built-in

CUT_REGION Built-in