paste
The paste statement pastes the contents of the clipboard into the current field.
Parameters
No parameters.
Description
The paste statement pastes the contents of the clipboard into the current field.
See Also
- clear -- deletes the contents of the current cell without touching the clipboard.
- clipboard( -- returns whatever text is currently on the computer's clipboard.
- clipboardimagesave -- saves an image on the clipboard as an image file (.jpg, .png, etc.).
- clipboardimagesize( -- returns the dimensions of whatever image is currently on the computer's clipboard.
- copy -- copies the contents of the current field onto the clipboard.
- cut -- deletes the contents of the current field, copying it onto the clipboard.
- scrapcalc -- calculates a formula and stores the result in the clipboard. (Note: The same effect can be achieved by putting the word *clipboard* on the left side of an assignment.)
History
10.0 | No Change | Carried over from Panorama 6.0. |