[futurebasic] Re: [FB] Re: Search Edit Field

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2001 : Group Archive : Group : All Groups

From: jonnnathan@...
Date: Sat, 24 Nov 2001 23:41:32 +0100
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