Re: Checking variable for input

2001-07-18 Thread phumes1
I have the following code. How can I check the filter variable to see if it's equal to something. CFIF ISDEFINED(defined) CFIF filter IS code here... /CFELSE code here... /CFIF code here... CFELSE code here...

RE: Checking variable for input

2001-07-18 Thread Thomas Chiverton
I have the following code. How can I check the filter variable to see if it's equal to something. CFIF filter IS Ermmm... cfif filter is rarararar, cfif filter is url.rararar ? ~~ Structure your ColdFusion code with Fusebox. Get the

RE: Checking variable for input

2001-07-18 Thread Dylan Bromby
: Wednesday, July 18, 2001 7:37 AM To: CF-Talk Subject: Re: Checking variable for input I have the following code. How can I check the filter variable to see if it's equal to something. CFIF ISDEFINED(defined) CFIF filter IS code here... /CFELSE code

RE: Checking variable for input

2001-07-18 Thread Philip Arnold - ASP
I have the following code. How can I check the filter variable to see if it's equal to something. CFIF ISDEFINED(defined) CFIF filter IS code here... /CFELSE code here... /CFIF code here... CFELSE code here... /CFIF One -