Hi Guys,
I am writing a program for adding scale lists in AutoCAD 2010.
This is where I am;
(defun AddMetersScales()
(command "-SCALELISTEDIT" "ADD" "1:5000 (Meters)" "0.2:1" "Exit")
(command "-SCALELISTEDIT" "ADD" "1:3000 (Meters)" "0.3333:1" "EXIT")
(command "-SCALELISTEDIT" "ADD" "1:20...