Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(setq txt (vlax-invoke spc 'addmtext ins 1.0 (strcat "%<\\AcExpr (%<\\AcObjProp Object(%<\\_ObjId " (LM:objectid (vlax-ename->vla-object ent)) ">%)." (cond ( (= "CIRCLE" typ) "Circumference") ( (= "ARC" typ) "ArcLength") ( "Length" ) ) " \\f \"" fmt "\">% + 10) \\f \"%lu5\">%'" ) ) )
This sometimes gives me results like 157 1/2' --- That is too detailed. I need it to say 158' in that instance.
Solved! Go to Solution.