Display full version of the post: Using PasteClip in AutoLISP

MysterEman
29.01.2016, 00:15
I am trying to make a LISP routine that will COPYtoCLIPBOARD a string of text from notepad to PASTEfromCLIPBOARD that text string in AutoCAD using textedit. so in a nutshell the process would be as follows - COPYtoCLIPBOARD a line of text from NOTEPADgo into AutoCAD and start lisp routinethe textedit command startsuser selects the line of text to editlisp continues to PASTEfromCLIPBOARD new text stringthe lisp routine finishesAny help anyone provides will be greatly appreciated.Thanks