2008-04-15 17:02 UTC
I am still learning ODCL and I am little confused about the following command;
What does the nSelection sSelText pertain to in the code?
Any help is appreciated... 8)
(defun c:DScale_DScale_Set_ComboBox_OnSelChanged (nSelection sSelText /)
(dcl_MessageBox "To Do: code must be added to event handler\r\nc:DScale_DScale_Set_ComboBox_OnSelChanged" "To do")
)
What does the nSelection sSelText pertain to in the code?
Any help is appreciated... 8)