2008-09-11 09:15 UTC
I have the following list of layers
!layerlist
("0" "aaaa" "bbbb" "cccc" "dddd" "ffff" "hhhh" "xxxxx" "zzzzz")
Command: (type layerlist)
LIST
I attempt to add the list to the list box using the following code
I get a runtime error:
Error: NIL value not allowed
Function: dcl_listbox_addlist
Argument 0
Any ideas what I am doing wrong?
Thanks
Scott
!layerlist
("0" "aaaa" "bbbb" "cccc" "dddd" "ffff" "hhhh" "xxxxx" "zzzzz")
Command: (type layerlist)
LIST
I attempt to add the list to the list box using the following code
(defun c:Nortec_Layer_Control_Form1_GraphicButton12_OnClicked (/)
(dcl_Form_Show Nortec_Layer_Control_Form2)
(dcl_ListBox_AddList Nortec_Layer_Control_Form2_ListBox1 layerlist)
)I get a runtime error:
Error: NIL value not allowed
Function: dcl_listbox_addlist
Argument 0
Any ideas what I am doing wrong?
Thanks
Scott