Name: acad_strlsort
Syntax: (acad_strlsort list)
Description: Specifies the function expr to execute when the tile is picked. key is used as a pointer to know what expr it is supposed to execute. *Note: Can only be used with a dialog box.
Example(s): (acad_strlsort '("ad" "ln" "bc"))
("ad" "bc" "ln")
|