#Save/Restore DimVars
Does anyone know of a slick way to store all (or part) of the Drawing
Variables(Dim Vars in particular) within a LISP propram? During the course
executing my LISP program, I am changing Drawing Variable, in particular,
Dimension Variables, such as dimtah,dimtxt,dimtsz, etc. However, after
completing the program I would like to restore the Variables to their
original values. I could have a separate line within the program to call the
Variable, save it to a LISP variable, and then restore it later. Needless to
say, this would take up a lot of precious LISP memory space. I there is a
better way of saving Variables either Globally or partially, it would
certainly be a blessing.
–Dale