Hello Everyone;
Does anyone know if StripMtext has been updated recently? I tried using it on some Mtext in a cad file exported from Revit and it had problems clearing out tabs.
I added this section to the code and it seems to work (mostly) but my understanding Mtext format codes is lacking:
;Autocad seems to have revised the way it does tabs.
;I kept the old version and added this as a second pass.
(setq str (RE:Replace "" "\\\\pxt[0-9.,]+;" str))
(setq str (RE:Replace "" "\\\\pxqc,t[0-9.,]+;" str)) ;center tabs?
(setq str (RE:Replace "" "\\\\pxqr,t[0-9.,]+;" str)) ;right tabs?
str ;Return str
Sincerely;
Michelle
PS: I am looking for updated documentation of MText formatting codes for a project I am working on and would appreciate if someone can point me in the right direction.