Hello,

Another option to consider in your evaluation process
is the "compare" function. Using this in your evaluation
will not only compare the two e-mail addresses, it will
also compare case sensitiveness of the two.

Example:

<cfset emailcompare = compare(form.email1,form.email2)>

<cfif emailcompare eq 0>
They match
<cfelse>
They do not match
</cfif>

Leonard


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5231
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to