clear
The clear statement deletes the contents of the current cell without touching the clipboard.
Parameters
No parameters.
Description
The clear statement deletes the contents of the current cell without touching the clipboard. (Use the cut statement if you want to copy the cell contents into the clipboard as you delete them.)
See Also
- 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.
- 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. |