Previous Topic: Deleting LinesNext Topic: Moving Lines


Entering Block Commands

What to Consider

You can use line commands to modify a block of definition lines at one time. The following considerations apply when you use line commands for a block of lines:

Common Text Editing Errors

The text editor assumes that you made an error when you enter conflicting commands. In this case, the editor nullifies all the line commands that you entered. The following table demonstrates text editing errors:

Type of error

Example

Mixing block commands

%CB(space) (copy begin)

.

.

.

%ME(space) (move end)

Specifying a target line inside a block

%CB(space)

.

.

%A(space)◄ This is a target inside a block to be copied

%CE(space)

Specifying the start of the block after the end of the block

%CE(space)◄ This is the end of a block

.

.

.

%CB(space)◄ This is the beginning of the block