check out the compare() function, it's case sensitive. http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_c-d_06.html#1101820
Thanks, Eric Cobb http://www.cfgears.com Phillip Vector wrote: > I got a confusion issue here... > > session.sRep.PassWord NEQ password > > session.sRep.Password is 'AAA' (The old password) > password is 'aaa' (The new password) > > How do I code up something that says "If the old password is not equal > to the new password, then do foo"? > > It seems that NEQ or "is not" doesn't care about case. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327618 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

