CAD FORUM - TIPS & TRICKS | UTILITIES | DISCUSSION | BLOCKS | SUPPORT | HELP & ASSISTANCE
Over 1.119.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
The new Beam calculator, Spirograph generator and Regression curves in the Converters section.
New AutoCAD 2027 commands and sys.variables
CAD tip # 4325:
Question
A
The RText (remote text) contents can be a Diesel expression or an external file. Control characters are disabled in RText by default. The underline control chars are \L and \l.
To enable processing of control characters (like in MText) also in RText objects, use an undocumented setting - bit 2 in the DXF group 70.
Try e.g. the following code which creates an underlined RText:
(entmake '((0 . "RTEXT")
(100 . "AcDbEntity")
(100 . "RText")
(10 10.0 10.0 0.0)
(40 . 0.3)
(70 . 3)
(7 . "Standard")
(1 . "UNDERLINED {\\LTEXT}") ) )
Make sure you have used the RTEXT command at least once in the current session.
ACAD2000ADTMap
4.4.2005
17889×
this tip shared by ARKANCE experts applies to: AutoCAD 2000 · AutoCAD Architecture · AutoCAD Map 3D ·
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

What is the ARKANCE Community?