I tried adding this code to .lsp but nothing happened
(setq scr "0")
(setq llist '("A" "B" "C"))
(start_list "REVISION")
(mapcar 'add_list llist)
(end_list)
There is noting wrong with the code you post as far i can see so the problem is else where, post your full code dcl + lsp
Moshe
your dcl code can include list like this:
: popup_list {
label = "REVISION";
key = "REVISION";
list = "A\nB\nC\nD";
}
Then the popup list will look like this:
Appreciated.
You are welcome…cheers!!!
Reading this discussion about extending lists in AutoLISP reminds me how managing structured data is a challenge across platforms. Just like you added “A, B, C, D” into the pop-up list, I recently organized multiple workflows and shortcuts on my iPhone 16 Pro Max to streamline repetitive tasks. The concept is very similar — whether it’s customizing a DCL list in CAD or arranging quick-access menus on a smartphone, the goal is to make navigation more efficient. Great thread, it shows how small adjustments can really enhance productivity.