Print Page | Close Window

Macro

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=730
Printed Date: 11.Jun.2026 at 20:29


Topic: Macro
Posted By: Gomer
Subject: Macro
Date Posted: 13.May.2008 at 01:20
I'm treing to build a macro that will set the text style in a drawing but i need to be able to see what commands are actually running rather then the GUI interface.  I know there is a code i can put in when i put the style command into the command line but I can't remember it.  Can anyone help me out?



Replies:
Posted By: Capone
Date Posted: 13.May.2008 at 16:28
try -style or _style usually putting a 'dash' or underscore in front of the command will run it in the command line. The style command creates a new style. If you run -text you can set a style current without adding text.



Print Page | Close Window