Autolisp In - Autocad
: Use the setq function to assign a value to a variable, such as (setq myWidth 10.5) . Essential Functions for Automation
: Functions like getpoint , getreal , and getstring pause the routine to ask the user for specific data. AutoLISP in AutoCAD
: Common types include integers, real numbers (decimals), strings (text), and lists. Lists are the heart of the language and can store anything from a simple set of coordinates to complex drawing data. : Use the setq function to assign a