Adding commands to acad.pgp F1T1P1#3A few things come to mind with your dilemma. Try typing (findfile “acad.pgp”) on the command line to see if it returns the same file...
AutoLISP and Visual LISP
Useful AutoLISP functions F2T2P4#40The sameitems function checks if a list has all the same items. Here are a few examples: "(sameitems (list 12.5 12.50 12.500)) = T... Printing key commands F2T19P1#2Command: Aliasedit This displays a dialog of the shortcuts in the Acad.pgp file. However, there may be other shortcuts defined... Update Dims with dimension text F2T46P1#3Malcolm, If your talking about faking your dimension values, here's a version that we use once in a while. Chandler (defun...
Bursting Bubbles F8T12P1#1This fun routine creates bursting bubbles as you move the mouse across the screen. Press any key or mouse button when you've...