; Makes a layer visible, no ; ; matter what. ; ; ; October 4th, 2002 mb ; (defun C:see (/ str) (setq str (getstring "Type layer[s] to be made visible:")) (command "_layer" "t" str "on" str "") (princ) )