dos_cleardbmod - dalefugier/DOSLib GitHub Wiki
Clears the DBMOD
, or drawing modification status, system variable. Warning, after clearing this variable, will not be prompted to save the drawing when closing it or closing AutoCAD.
Syntax
(dos_cleardbmod [T])
Parameters
T
If specified, the DBMOD
system variable for all open drawings will be cleared. Otherwise, just the DBMOD
system variable from the current drawing will be cleared.
Returns
nil if successful.
Example
Command: (dos_cleardbmod)
nil