Page 1 of 1

Clipboard Store

Posted: 14 Apr 2011 09:58
by admin
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... :wink:

Code: Select all

$var = "$clip<date yyyymmdd_hhnnss>";
  load "perm " . eval($var) . "; " . eval($var) . " = " . '<clipboard>' . ";", , s;