Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: ATTOUT and ATTIN to file by lisp
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-15-2012 09:55 AM in reply to:
AR12
AR12 wrote:Hi miroko,
Here's how I do it in my programs:
;;;At the Beginning of program: ;;;Save and Change AutoCAD Variables (setq CE-SAVE (getvar "cmdecho")) ;;;Change AutoCAD variables (setvar "cmdecho" 0) ;;;At the end of program: ;;Return Variables to original state (setvar "cmdecho" CE-SAVE)
Hi AR12,
It is working fine.
Thank you.
regards
miroko



