copy
The copy statement copies the contents of the current field onto the clipboard.
Parameters
No parameters.
Description
The copy statement copies the contents of the current field onto the clipboard. Numbers and dates are converted to text.
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.
- cut -- deletes the contents of the current field, copying it onto the clipboard.
- paste -- pastes the contents of the clipboard into the current field.
- 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. |