Le samedi 24 novembre 2001, à 09:25 , Bowerbird@... a écrit : > so a "find" operation should be super-simple using a container, right? > (i assume it's easy to dump the text of an edit field into a container.) > > even a case-insensitive search would just need to use a mid$() command > to change all lower-case letters to their upper-case perversions, right? a search and replace routine based on mid$[$] would probably function but be a bit of a workhouse. even a simply optimized routine could probably thrash it. :-j