Is there an autocad tool that can convert a distance expressed as a real number to an architectural distance with stacked fractions. This would be the DXF Code 1 value for an MTEXT entity. For example... (setq dist1 (distance (setq pt1 (getpoint " Select start point")) (getpoint pt1 " Select end point"))) The value created here for "DIST1" needs to be converted into the MTEXT dxf 1 code value for stacked fractions.