Is it possible to store a variable in a drawing (i.e. (setq a(strcat (getvar "dwgprefix")(getvar "dwgname)))) ), and recall it in another drawing? I'd like to retain this information so that I can overwrite this file with a saveas command in lisp. I first need to close the drawing so that it can be overwritten. TIA