Hi,
  I am building the variables like this way.

<CFSET variables.calendarenddate = 'CALENDARENDDATE_' &
attributes.SUBSCRIPTIONID>

the variable generated would look like this:
      CALENDARENDDATE_12

       Actually a variable of this is coming from the previous screen. I
wanted to see whether that variable is null or not.

  When I am using:
<CFIF evaluate(variables.calendarenddate) IS NOT ''>

It is giving an error: saying that error in that variable.

I could figure out how to use <cfparam> that variable to give a default
value.

I hope I am clear in asking question.

thanks in advance.

Sudheer Chakka.

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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