Didn't parameterExists() not use quotes where IsDefined() does? Just wanted to point that out because it would be a little more than a simple mass find/replace if quotes had to be added in but nothing a little regex find/replace could not handle.
On 9/1/06, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > > > A tag like parameterExists() has been depreciated long enough (I like > since > either 3.1 or 4.0,) that you really should make the investment to change > the > code. It shouldn't take very long, as a global find should find all > occurrences of the function. You should be able to do a global replace to > isDefined() as well (although for performance reasons, many suggest using > structKeyExists() instead.) > > -Dan > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251815 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

