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

COPY_REGION Built-in

Description

Copies the selected region of a text item from the screen and stores it in the paste buffer until you cut or copy another selected region.

Syntax

PROCEDURE COPY_REGION;

Built-in Type restricted procedure

Enter Query Mode yes

Parameters

None.

Usage Notes

Use COPY_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.


CUT_REGION Built-in

PASTE_REGION Built-in