DRAFT of specification if Indexing By words for strings.

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Sep 22 17:20:33 CDT 2004


On 9/22/04 4:36 PM, "Sims, John" <AYU8 at CDC.GOV> wrote:

Hi John,

>>>>     Vstring.UseIndexPrefs( prefsName )
>>>> 
> 
> If I am understanding your concept correctly, I think we should also
> have
> 
> Vstring.UseIndexPrefs( inPrefsName() AS String )
> 
> So that we can pass multiple IndexStrPrefs.
> 
> For example, if I create 3 IndexStrPrefs:
> 
> IndexStrPrefs.Name = "One" :: Words to ignore = "a;an;the"
> IndexStrPrefs.Name = "Two" :: Words to ignore = "von;van;van der"
> IndexStrPrefs.Name = "Three" :: Words to ignore = "and;or;but"
> 
> It would be nice to be able to say:
> 
> myVstring1.UseIndexPrefs("One") => Ignores "a;an;the"
> myVstring2.UseIndexPrefs("Two") => Ignores "von;van;van der"
> 
> dim strPrefs(2) as string
> strPrefs(0) = "One"
> strPrefs(1) = "Two"
> strPrefs(2) = "Three"
> 
> myVstring3.UseIndexPrefs( strPrefs ) => Ignores
> "a;an;the;von;van;van der;and;or;but"
> 
> I hope I made sense.

Very good point.

Hmm, follow this, we can think about inheritance of lists.
But better no.

Better combination as you point...

Although what to do if combined Prefs have different IngoreLength ?



> As always, thank you for letting us contribute our ideas and keep up the
> great work!

Ok, so we have more hard work now :-)


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina-beta mailing list