>  ArrayFind() is case senstive, that is why there is an ArrayFindNoCase().

Yes but the indexOf(..) method is _always_ case sensitive. Also, unlike 
arrayFind/FindNoCase it is data type sensitive as well. ie indexOf(15) does not 
produce the same results as indexOf("15"). So it is good to be aware of the 
nuances.
 
-Lei

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

Reply via email to