|
<< Click to Display Table of Contents >> CLIP |
![]() ![]()
|
CLIP has the same syntax and functionality as SHEET, so please see this statement for details (and PRT regarding operators).
Instead of sending the result to Excel as SHEET does, CLIP sends the result to the clipboard. Thus, the cells can be pasted into any spreadsheet (or other applications) accepting tab-delimited cells from the clipboard. Formatting of the cells is lost in comparison with SHEET, but otherwise the cells are the same. The loss of formatting may even be considered a benefit in some cases, for instance when pasting cells into different locations in the same spreadsheet. The functionality is very similar to the Copy button in the Gekko user interface. This button copies the last PRT/MULPRT or table to the clipboard (as tab-delimited cells).
Syntax
Please see the SHEET statement regarding syntax.
Note
The decimal separator used when copying to the clipboard can be changed by means of option plot decimalseparator (this option will also apply to the Copy button and can be period or comma).
Related options
option plot decimalseparator = period;
Related statements
DISP, EXPORT, IMPORT, MULPRT, PLOT, PRT, SHEET