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

CUT_REGION Built-in

Description

Removes a 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 CUT_REGION;

Built-in Type restricted procedure

Enter Query Mode yes

Parameters

none

Usage Notes

Use CUT_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

PASTE_REGION Built-in