2010-01-19 14:00 UTC
when using GetSelectedNths in the list view, when setting it to a variable (see code)
it returns the nth in parentisis IE: (4) or (2)
this isnt good when trying to use it in a lisp function.
is there a different way to get the nth of a selected item in a list view that just returns the number without the parenthisis
or is it better to just write a function to remove them?
i appreciate any feedback
(setq selnth (dcl_ListView_GetSelectedNths project_Form3_ListView1))
it returns the nth in parentisis IE: (4) or (2)
this isnt good when trying to use it in a lisp function.
is there a different way to get the nth of a selected item in a list view that just returns the number without the parenthisis
or is it better to just write a function to remove them?
i appreciate any feedback