ajs Posted April 22, 2009 Posted April 22, 2009 Does Lisp have any kind of command that will let me paste a text variable to the clipboard? For instance, If I open up the following: (setq R1POS (open "C:\\Demo\\Stored Text\\POS.txt" "r")) (setq A1POS(read-line R1POS))(Close R1POS) Can I transfer the text held by the R1POS variable to the clipboard? Thanks very much for any advice. Quote
jammie Posted April 22, 2009 Posted April 22, 2009 Hey AJS I started a similar thread a while back. See the attached link for more info http://www.cadtutor.net/forum/showthread.php?t=33674 Regards, Jammie Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.