list question
- Posted by George Walters <gwalters at sc.rr.com> Aug 27, 2001
- 454 views
If you've built a list, is there a way of finding an index where you have the 1st character(s) match. The only way I can think of is to do a search loop of some kind using setIndex and getText until you find a match. This seems the hard way. Is there a more direct way? You can't keep track while you're building the list because win will sort it and get out of the input order. ...george