
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I really felt on the vurge of finally nutting one out for myself but this "_J" and "_MC" options are killing me. I am wanting to create a bunch of prefilled text notes, could add them to a tool palette and drag and drop as I see fit. The kind of notes you use all the time in standard jobs. So I'm basically here at this point:
(command
"mtext" (setq pt1 (getpoint "\nSelect Point: ")) (getcorner pt1 "\nSelect Other point:") "GARAGE SLAB\\P F.F.L 99.44" ""
"_.chprop" "_last" "" "_color" 1 "_LA" "LEADERS_&_ANNOTATION" "")
Which does indeed work and drops the prefilled text in, changes it to the right layer and color etc. Only thing is that its LEFT justifying the text. I need it MIDDLE CENTERED...hence the battling with the 'J' and 'MC' variables. I've tried putting them in a bunch of places, with and without brackets, quotes etc... every time I do though, my working version falls over and doesn't work anymore. I'll kick myself when someone shows me but at nearly 1:00am, I'm happy to wear the shame.
Thanks everyone.
Solved! Go to Solution.