RE: asearch
- Posted by Robert Szalay <robsz1 at hotpop.com> Jan 14, 2003
- 529 views
Yes. There are a couple problems with this. This would mean that either: a. The layout of the database would have to be changed so that it holds a list of routines. b. The script would have to unzip(if needed) and scan all the files for the routine witch would take quite a while im sure (1,000s of files to scan) Of coarse option a would be the better choice. Not saying it is not possible. Just not too likely to happen. [update] I have implemented string searching and abliity to exclude words. a search for "win32 NOT win32lib" will return all results containing win32 but not win32lib. you must use "NOT " to exclude a word.(case sensitive) besides that, it is case-insensitive. Working on some bugs at the moment. Regards, Robert Szalay Pete Lomax wrote: > Tell you what would be real nice. > > List programs that use a specified function or procedure, eg > getPrintChoice (obviously only when the source is distributed). > > I can see that might be just a tad tricky. > > Pete > >