The clipboard is a separate storage area in which a piece of information can be stored temporarily. There are functions that transfer the information to, or retrieve it from the clipboard. These functions can typically be used as an alternative to the Copy and Move functions described above. If both options are available, the clipboard functions should be preferred.
Three commands work with the clipboard:
These three functions are above all useful for transferring data between different table structures.

This functionality should not be confused with the local cut-and-paste functionality offered by the frontend.
Comparison With Modal Functions
Combinations of the three functions result in the "conventional" functions for modifying a table structure:
An additional function which allows the user to view the contents of the clipboard in a dialog box should be added to these three functions.
Notes
Copy and Cut refer to the selected area of the table structure. If no lines were selected, the line on which the cursor is positioned is copied or moved to the clipboard. A message should be displayed in the status bar: n lines are copied (or moved) to the clipboard. Paste is always carried out (once) in the line before the cursor position. The contents of the clipboard remain unchanged.