Clipboard Store
Posted: 14 Apr 2011 09:58
This little script (v9.90.0701 and later) will save the current textual clipboard contents into a permanent variable where the variable name has the exact date of the action. A little excercise in using eval() and quotes...
Code: Select all
$var = "$clip<date yyyymmdd_hhnnss>";
load "perm " . eval($var) . "; " . eval($var) . " = " . '<clipboard>' . ";", , s;