Login
|
Sign Up
AutoLISP Function Detail
Name:
add_list
Syntax:
(add_list
str
)
Description:
Adds a string to a list that will be used in a List Box or Popup List.
*Note:
Can only be used with a dialog box.
Example(s):
(add_list "Left")
nil