I am trying to create a menu macro (to use in a Tool Palette) that will set the value of text size to 3/32 X Dimscale, then run the Mtext command. What I have is: ^C^C_textsize;$(*, $(getvar,dimscale),$(/,3,32));_mtext However, this gives all sorts of wierd text size results, and never runs the Mtext command. Can anyone point me in the right direction? Thanks, Gordon