Over 1.091.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and variables.
CAD tip # 7897:
Question
A
The command/variable BLIPMODE and the SCREENMENU variable are now obsolete in AutoCAD version 2012. But they are not completely disabled (like other old commands and variables) but only "undefined".
So you can easily use REDEFINE to redefine (re-enable) them, or use the dot-prefix (.BLIPMODE) to start the internal (not-undefined) version of the command.
You can also use a LISP function to access the values of BLIPMODE and SCREENMENU - e.g. type this:
(setvar "BLIPMODE" 1) (setvar "SCREENMENU" 1)Note: such "half-obsolete" commands probably indicate that these will be completed removed in the next AutoCAD version (2013?)
ACAD2020ACAD2012


6.4.2011
26765×
applies to: AutoCAD 2020 · AutoCAD 2012 ·