[futurebasic] Re: About Text...

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 1998 : Group Archive : Group : All Groups

From: Deepesh Letap <DLetap@...>
Date: Sat, 24 Jan 1998 08:27:51 +0000

>MONGER cannot find 2-byte characters, but i think it is more
>easy to use. Am i right ?

FN MUNGER is certainly the best method. I am not sure about
the 2-bytes usage but try it and see. Basically, FN MUNGER
takes two handles to two texts. One is the comparator (what you
are looking for) and the other is the source (the text in which
to find it).

The comparator can be any size including 2 bytes long. Thus, if
it finds two bytes that are the same, it will tell you. So, in
theory, FN MUNGER should work for 2 byte characters.

>I really don't know how to properly use these fonctions from
>FutureBASIC. Can anyone, please, let me know if such
>fonctions already exist for FutureBASIC ? And where i can find'em.
>On this mailing list, i found some discussions about MONGER,
>but i found no usable/complete source code.

I will send it to you privately.

Good luck,

Deep