Michael,

The reason for this is because I am implementing a Bayesian filter CFC. In 
doing so, I create a hash-table of words and their probability of spam. The 
probabilities the words "free" and "FREE" would be different. But when I stick 
them in a structure, the values get overwritten. Vince's hashtable is really 
what I'm after.

I guess either I can use the java hashtable as the solution, or do as Issac 
suggested and hash() the key names myself.

Cedric

>> From: Cedric Villat [mailto:[EMAIL PROTECTED] 
>
>Why would you want to do this? Keys/Variables with varying names only by
>case is NOT a good idea regardless of language. Even though CF doesn't mind,
>other languages do, especially Java! Build good habits now to avoid problems
>down the road should you venture into other languages. Also, varying case
>variables makes code cumbersome to read!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195873
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

Reply via email to