Clipboard Store

Discuss and share scripts and script files...
Post Reply
admin
Site Admin
Posts: 66249
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Clipboard Store

Post 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;    

Post Reply