The CFStudio wizards still generate code using ParameterExists instead of IsDefined. Seems like they should be upgraded since a lot of developers use the wizards as starting points in learning to write CF code.
Thanks, Dave Bosky -----Original Message----- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:00 PM To: CF-Talk Subject: RE: parameterexists isDefined() is a newer, faster version on parameterexists(). As per the CFML docs... "This function is provided for backward compatibility with previous versions of ColdFusion. You should use the function IsDefined instead." -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 12:52 PM To: CF-Talk Subject: parameterexists Can anyone explain what the major benefits are for using IsDefined rather than ParameterExists? For example <cfif Not IsDefined("url.pid)> as compared to <CFIF #Parameterexists(url.pid)# is "NO"> ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

