loris binosi
Guest
Hello, everyone.
I am struggling with a little program in lisp and I would like to exploit the dialogs of the language dcl. in the dcl dialog box I have inserted these instructions:: popup_list {
key = "a";
label = "valore di a:";
width = 30;
value = "";
}to store "a", in the file lisp from a list of 1,2,3,4,5, etc. (setq list "1" "2" "3" "4" "5")what are the next instructions I need to insert? Thanks for any help
I am struggling with a little program in lisp and I would like to exploit the dialogs of the language dcl. in the dcl dialog box I have inserted these instructions:: popup_list {
key = "a";
label = "valore di a:";
width = 30;
value = "";
}to store "a", in the file lisp from a list of 1,2,3,4,5, etc. (setq list "1" "2" "3" "4" "5")what are the next instructions I need to insert? Thanks for any help
Last edited: