Dimstyle Macro

Dimstyle Macro

m_rogoff
Advocate Advocate
993 Views
1 Reply
Message 1 of 2

Dimstyle Macro

m_rogoff
Advocate
Advocate

Hi, I am using this macro to set a dimstyle current.    ^C^C_Dimstyle;R;Feet and Inches;

 

However, it does not work correctly setting the dim style because of the spaces in the name. How do I fix this? Thanks in advance

 


Command: _Dimstyle
Current dimension style: Dual Annotative: No
Current dimension overrides:
DIMSCALE 12.0000
Enter a dimension style option
[ANnotative/Save/Restore/STatus/Variables/Apply/?] <Restore>: R
Enter a dimension style name, [?] or <select dimension>: Feet
Unknown dimension style.
Current dimension style: Dual Annotative: No
Current dimension overrides:
DIMSCALE 12.0000
Command: and Unknown command "AND". Press F1 for help.
Command: Inches
Unknown command "INCHES". Press F1 for help.

0 Likes
994 Views
1 Reply
Reply (1)
Message 2 of 2

Shneuph
Collaborator
Collaborator

Just a guess, but try putting the dimstyle name in quotes:

 

^C^C_Dimstyle;R;"Feet and Inches";

---sig---------------------------------------
'(83 104 110 101 117 112 104 64 71 109 97 105 108 46 99 111 109)
0 Likes