Dave, Any ideas on how to do this? The reason I originally did it in a struct, was I could simply find the properties of a word, since it was the key. If I organize the data as an array of structs and have the word value be a key in my struct, wouldn't that require more overhead when searching for that word? Do you have any code that would quickly find a word if this was the case?
Cedric >> The probabilities the words "free" and "FREE" would be >> different. But when I stick them in a structure, the >> values get overwritten. > >Perhaps you should use a different model for your data. As you say, "free" >and "FREE" are values. I would recommend organizing your data in such a way >that you use them as values rather than as variable names. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the highest caliber vendor-authorized >instruction at our training centers in Washington DC, Atlanta, >Chicago, Baltimore, Northern Virginia, or on-site at your location. >Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196043 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

