Print Page | Close Window

Using PasteClip in AutoLISP

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11614
Printed Date: 22.Apr.2026 at 08:04


Topic: Using PasteClip in AutoLISP
Posted By: MysterEman
Subject: Using PasteClip in AutoLISP
Date Posted: 29.Jan.2016 at 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 NOTEPAD
go into AutoCAD and start lisp routine
the textedit command starts
user selects the line of text to edit
lisp continues to PASTEfromCLIPBOARD new text string
the lisp routine finishes

Any help anyone provides will be greatly appreciated.
Thanks


-------------
There is no "Try". Either "Do" or "Do Not".



Print Page | Close Window