2023-10-31 20:23 UTC
What am I doing wrong?
I want the option buttons to trigger a command.
I want the option buttons to trigger a command.
(defun c:FindMS_T/Form1/OptionList1#OnSelChanged (ItemIndexOrCount Value /)
(cond
((= uOpt 0)(command "_IsolateObjects" "P" ""))
((= uOpt 1)(command "_UnisolateObjects"))
);cond
)