Determines whether a parameter exists. ColdFusion does not evaluate the argument.
parameterExists(name)
→ returns boolean
<cfif parameterExists(FORM.myString)>
<P>Using parameterExists, we have shown that the FORM field 'myString' now exists.
</cfif>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.