Is there any reason why a cfparam would indicate that a variable was in existence when in fact it wasn't? <br>I've tried to do a<br><CFIF #ParameterExists (variable)# IS "no"> after a cfparam for the same variable<br><cfparam name="..." default=""> <br>and the variable has not yet been defined at that point but CF acts as though the variable has been defined.<br>T.I.A.<br>