Page 1 of 1

Search in listbox

Posted: Thu Oct 07, 2010 11:35 am
by ILKNUR
Hi,
Sorry for very basic question ...

I searched in samples but couldn't see .:(

Is there a search method for listbox ?

something like ascan for arrays ...
thanks

Re: Search in listbox

Posted: Thu Oct 07, 2010 11:55 am
by Rathinagiri
Nope. There is no method called finditem(s). We have to iterate through one by one using for... next.

Re: Search in listbox

Posted: Thu Oct 07, 2010 12:02 pm
by ILKNUR
hmmm:(
thanks for reply.