PDA

View Full Version : Mirror text



BCrouse
2005-01-31, 10:33 PM
Is there a way to have the system variable for mirror text to stay (0) when I opening different dwgs. I had to set the variable to (0) once in each dwg. Should you only have to set it once and it stays?

RobertB
2005-01-31, 10:46 PM
MirrText is saved per drawing. If you want it to be consistent in all drawings, add (setvar "MirrText" 0) to your AcadDoc.lsp file to change legacy drawings. I would advise checking your templates too.

BCrouse
2005-01-31, 11:53 PM
MirrText is saved per drawing. If you want it to be consistent in all drawings, add (setvar "MirrText" 0) to your AcadDoc.lsp file to change legacy drawings. I would advise checking your templates too.


Thank you!

Brad