Display full version of the post: Macro

Gomer
13.05.2008, 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?

Capone
13.05.2008, 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.