Re: i need better idea to know if a complete word *really it's* acomplete word

2003-02-20 Thread Mark Wieder
Task- If you're using Delphi, how about the AnsiString::IsDelimiter() method? That way you can specify the characters you want as white space to delimit individual words. -Mark Wieder Using The Bat! v1.63 Beta/4 on Windows 2000 5.0 Build 2195 Service Pack 2 -- ___

Re[4]: i need better idea to know if a complete word *really it's*a complete word

2003-02-20 Thread Task Control
Estimados seguidores del tbdev arroba thebat.dutaint.com: En relación a lo que Kevin en su momento posteó: KJMJ> What about using UNICODE instead of ASCII? the "ritlabs the bat" interface for plugins export the records of the mail in ascii format. Sorry, but i couldn't change it. -- Se de

Re[3]: i need better idea to know if a complete word *really it's*a complete word

2003-02-20 Thread Kevin J. Menard, Jr.
Hey Task, What about using UNICODE instead of ASCII? -- Kevin Thursday, February 20, 2003, 6:17:42 PM, you wrote: TC> Estimados seguidores del tbdev arroba thebat.dutaint.com: TC> En relación a lo que Kevin en su momento posteó: KJMJ>> Is there any reason you're not using toupper()

Re[2]: i need better idea to know if a complete word *really it's*a complete word

2003-02-20 Thread Task Control
Estimados seguidores del tbdev arroba thebat.dutaint.com: En relación a lo que Kevin en su momento posteó: KJMJ> Is there any reason you're not using toupper() or tolower() (or KJMJ> some equivalent in whatever language you're dealing with)? yeah, i use it: in delphi is uppercase() but t

Re: i need better idea to know if a complete word *really it's* acomplete word

2003-02-20 Thread Kevin J. Menard, Jr.
Hey Task, Is there any reason you're not using toupper() or tolower() (or some equivalent in whatever language you're dealing with)? If you're not concerned with case, but only with the word, this will make things substantially easier for you. -- Kevin __

Re[2]: vampire first release avalaible

2003-02-20 Thread Task Control
Estimados seguidores del tbdev arroba thebat.dutaint.com: En relación a lo que ArekG en su momento posteó: A> -BEGIN PGP SIGNED MESSAGE- A> Hash: SHA1 A> Hello Task, A> On Thursday, February 20, 2003 at 4:21:40 AM, you wrote in subject of A> "vampire first release avalaible": TC>> -

Re: i need better idea to know if a complete word *really it's* acomplete word

2003-02-20 Thread NetVicious
Hello Task, Get this code, it's from my plugin ;-) I have all the the checkings in one module. I have translated the code, it could be one typo with some thing ;-) Function IsSeparator(const txt: String; pos: Integer): Boolean; const Separator : Array [0..26] of Char = (' ', '.', ',', ':', '!

Re:vampire first release avalaible

2003-02-20 Thread ArekG
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Task, On Thursday, February 20, 2003 at 4:21:40 AM, you wrote in subject of "vampire first release avalaible": TC> - works in our directory I've installed in directory 'C:\Program Files\The Bat!\Plugins\Vampire\', added in TB! configura

i need better idea to know if a complete word *really it's* acomplete word

2003-02-20 Thread Task Control
off-topic: Vampire 0.01b! is avalaible in http://fyberger.tripod.com/fyberger/vampire/vampire.htm Estimados seguidores del tbdev arroba thebat.dutaint.com well i have a question, i use a simple algorith to know if a word is a complete word, for example i search the complete word "lion" in