How To Add More Value in Popup List

How To Add More Value in Popup List

tim11_manhhieu
Advocate Advocate
81 Views
4 Replies
Message 1 of 5

How To Add More Value in Popup List

tim11_manhhieu
Advocate
Advocate

I want to add more B, C, D to the list.

 

tim11_manhhieu_0-1757903850670.png

 

0 Likes
Accepted solutions (1)
82 Views
4 Replies
Replies (4)
Message 2 of 5

tim11_manhhieu
Advocate
Advocate

I tried adding this code to .lsp but nothing happened

 

tim11_manhhieu_1-1757908308755.png

 

 

(setq scr "0")
(setq llist '("A" "B" "C"))
(start_list "REVISION")
(mapcar 'add_list llist) 
(end_list)

 

 

 

0 Likes
Message 3 of 5

Moshe-A
Mentor
Mentor

@tim11_manhhieu  hi

 

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

0 Likes
Message 4 of 5

paullimapa
Mentor
Mentor
Accepted solution

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:

paullimapa_0-1757920412137.png

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 5 of 5

tim11_manhhieu
Advocate
Advocate

Appreciated.

0 Likes