For tip to function correctly, you must ensure that the downloaded file name matches the file name displayed in the Rename File To field. Please rename downloaded files when necessary.
A routine to toggle your snap settings off and on, remembering the previous settings.
Average Rating:
5
User comments
Comment by Cooper,Kent
Posted on 2016-11-30 14:33:35
Yes, it's a VERY old post, and may have been hot stuff at the time, but the
F3 key has long accomplished the same. But if you need it in a defined
command for some reason, there's a much more concise way to do it:
(defun C:TOSNAP () (setvar 'osmode (boole 6 16384 (getvar 'osmode))))