Contents - Index


 

Use EditDuplicateChar to copy the character above the cursor (or at the cursor, if a selection is active) to the cursor location.  The cursor is then advanced one column to the right.

 

EditDuplicateChar may also be entered as DuplicateChar or DupChar.

 

EditDuplicateChar may also be invoked by pressing Alt-" (double quote char).

 

EditDuplicateChar has no operands.

 

If a selection is active, the operation is applied successively against each line within the selection.

 

Return Codes

 

OK Successful.

 

Examples

 

Copy the character above the cursor to the cursor location:

 

   => EditDuplicateChar