Contents - Index


 

Use GetClipboard to insert the contents of the current Clipboard immediately after or immediately before the current line.

 

GetClipboard may also be entered as GetClip[board], GetSt[ack], or Paste.

 

Optional Operands

 

FCT specifies the number of copies of the clipboard contents to be inserted.

 

 Default: 1.

 

LOC specifies the location to place the clipboard contents relative to the current line.  Specify B[efore] to place the lines before the current line. Specify A[fter] to place the lines after the current line.

 

 Default: After.

 

Pressing Shift-Alt, Shift-Insert, Ctrl-V, or Alt-Insert invokes the following command:

 

   => GetClip Loc=After

 

Return Codes

 

OK Successful.

 

Examples

 

Insert a copy of the clipboard contents after the current line:

 

   => getclip

 

Insert two copies of the clipboard contents after the current line:

 

   => getclip 2

 

Insert a copy of the clipboard contents before the current line:

 

   => getclip ,b