New CADforum look launched.
Over 1.082.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
Over 1.082.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
CAD tip # 2583:
Question
A
If you prefer to use the old DDATTE command when you double-click on a block, add the following code (in a .LSP file) to your AutoCAD Startup Suite):
(command "_UNDEFINE" "EATTEDIT") (defun C:EATTEDIT () (command "_DDATTE") (prin1) )
ACAD2002MDT6ADT33
*CAD
5.10.2002
11858×