Hmm, let me get this straight. With the FindString and FindStringExact property you can check an entire array for the existance of a string? Wow! Instead of doing a one to one check on each string in an array you can check the entire array in one shot? I can only imagine how much time that would save.
I love it, please please add them.
Edit: Well then again, I guess it's not really an array your checking, since Listbox.List is write only. Still has alot of potential though, a fast stripcopies. I can even see where I'd use these properties and not even show the list box, just use the behavior.
I'll have to play around with it. [ 22. September 2002, 20:31: Message edited by: Vig ]
|