TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: Guest on October 26, 2007, 12:26:45 PM

Title: Iterate through listbox items
Post by: Guest on October 26, 2007, 12:26:45 PM
What's the best way to iterate through all of the items in a listbox?

I don't see a VBA-ish :? ListCount for ODCL so how do you accomplish this in an ODCL ListBox??
Title: Re: Iterate through listbox items
Post by: Guest on October 26, 2007, 01:06:36 PM
I think I'm getting closer... I've found the GetCount method.