Login
|
Sign Up
AutoLISP Function Detail
Name:
alert
Syntax:
(alert
str
)
Description:
Displays a message box that tells the user something about the program or an error that occurred.
Example(s):
(alert "Welcome to AutoLISP.")
nil