I have long been in the habit of using EQ and NEQ (and now moving to == and !=) 
for numbers in all cases, since there is no such thing as 'sort of equivalent', 
like there is with strings ('foo IS FOO' etc).  For strings I use IS, unless 
case is important, and then I use CompareNoCase(). 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:324551
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to