OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: macuma on February 05, 2011, 10:41:29 AM

Title: ListBox shortfall?
Post by: macuma on February 05, 2011, 10:41:29 AM
Have I missed something, but when a ListBox is set to multiple select, you can't remove multiple selections?

AddString appends a new item to the list.
AddList appends new items to the list.
DeleteItem removes an item from the list.

But no DeleteList to remove multiple items? :(
Title: Re: ListBox shortfall?
Post by: owenwengerd on February 05, 2011, 11:55:38 AM
You can write a DeleteList function, then share it here.