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">



______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to