displaying list in listbox help

Started by andrew · 2010-10-28 17:25 UTC · 2 replies · SMF topic #1362

i completely forgot how to do this
can someone please help me

i have an old lisp that uses dcl and i want to change it to use odcl
but i cant remember how to get it to work

attach are the files im working with
and you will see where im going coo coo

thanks
Attachments
Hi, andrew

(defun c:test ()
  (defun c:Proj_Form_Oninitialize ()
    (dcl_Control_SetList Proj_Form_ListBox (list "A" "B" "C"))
  );
  (dcl_form_show Proj_Form)
); test

Did you meant this?

Fred
GAH! :o

form show, thats what i forgot

Fred you sir are a genius!

thank you