yes but for compare() you'd be comparing a letter to...another letter. so it would effectively take 26 compare() statements to determine if a value was upercase or lowercase :)
On 11/17/05, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > Don't compare() and find() both match case? > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > -----Original Message----- > From: J W [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 17, 2005 3:48 PM > To: CF-Talk > Subject: Upper/Lowercase > > IS there a better way to find out if a character is Upper or lowercase other > than > > <cfif (Asc(X) gte 65) and (Asc(X) lte 90)> or > <cfif (Asc(X) gte 97) and (Asc(X) lte 122)> where X is the letter I am > comparing??? > > I've seen some sample code of making a CF function for ISUpperCase and > IsLowerCase. It uses the above technique. > > I figured I would throw it out there if there was another more effecient > way. > > Thanks! > Jeff > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224543 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

