These AutoLISP functions all start with 'A'.
Returns the absolute value of a number
Displays the standard AutoCAD color selection dialog box
Invokes the help facility (obsolete)
Restores the value of the DBMOD system variable to the value that was most recently stored with acad-push-dbmod
Stores the current value of the DBMOD system variable
Sorts a list of strings in alphabetical order
Prompts for colors at the Command prompt
Displays the AutoCAD color selection dialog box with tabs for index color, true color, and color books
Controls the automatic updating of associative dimensions
Returns the geometric extents of the given object
Gets or sets the protection attributes of a specified file or directory
Changes the current working directory
Copies a file
Returns the current working directory
Locate files
Creates a new directory
Moves or renames files
Deletes one or more files
Removes a directory
Retrieves data from an INI file
Writes data to an INI file
Displays a help page
Installs a F1 key monitor
Places beginning and ending marks for Layer Previous recording
Queries and sets the LAYERPMODE setting
Translates drawing layers to standards defined in another drawing or standards file
Initializes the Express Tools Utility functions.
Converts a real value from model space units to paper space units
Converts a real value from paper space units to model space units
Deletes a key or value from the Registry
Returns a value from the Registry
Returns the AutoCAD Windows registry path in the HKLM (HKEY_LOCAL_MACHINE)
(Obsolete) Returns the current product key from the Registry
Writes a Registry key or value
Returns the AutoCAD Windows registry path
Drags a selection set to change location
Drags a selection set to change rotation
Drags a selection set to change scale
Compares for sort order
Compares strings for equality
Finds a substring in string
Formats a message with embedded arguments
Replaces one substring with another
Performs a wild-card match similar to wcmatch, but allows control over case sensitivity
Makes a noise
Runs a command in a shell and waits for the shell to complete execution before returning
Forces AutoCAD's application window to be the topmost and receive focus
Checks the state of a virtual key
Reports the last error
Returns the current process identifier
Delay to allow other processes to run
Executes an external program
Terminates the given process
Waits for a process to complete
Displays a message box
Displays a directory selection dialog
Displays a progress meter
Displays a modeless status dialog
Displays a multiline text editing dialog
Assigns an action to evaluate when the user selects the specified tile in a dialog box
Adds or modifies a string in the currently active dialog box list
Displays a dialog box containing an error or warning message
Sets the size of the segment to be used by the expand function
Returns the logical AND of the supplied arguments
Returns an angle in radians of a line defined by two endpoints
Converts a string representing an angle into a real (floating-point) value in radians
Converts an angular value in radians into a string
Takes any number of lists and appends them together as one list
Passes a list of arguments to, and executes, a specified function
Returns a list of the currently loaded ObjectARX applications
Loads an ObjectARX application
Unloads an ObjectARX application
Returns the conversion of the first character of a string into its character code (an integer)
Searches an association list for an element and returns that association list entry
Returns the arctangent of a number in radians
Converts a string into a real number
Converts a string into an integer
Verifies that an item is an atom
Returns a list of the currently defined symbols
Predefines command names to load an associated ObjectARX file
Predefines command names to load an associated AutoLISP file