S 1
S 1
(setvar "cmdecho" 0)
;let AutoCAD get the area of the object...cheap yet effective way out.
;Note: AutoCAD stores the area in the system variable "Area"
(command "area" "Object" (car ent))
(strcat "\n Total Area for this Object = " (rtos (getvar "Area")))
;end of program