Yea, that won't quite work, and what you're doing really isn't like cfparam, is it? Your suggestion is more like cfset. Here is my loose logic:
If the variable is passed into the page, then use it's value, if not, set it to a default (like cfparam). If I explicitly set it to "", then it will overwrite the variable being passed into the page...thus defeating the purpose. > -----Original Message----- > From: Jake Churchill [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 18, 2006 1:45 PM > To: CF-Talk > Subject: Re: equivalent of isDefined in ASP? > Importance: High > > Do the equivalent of cfparam and set it to "" at the top. Then, just > test to see what it's value is. variable <> "" > > Ray Champagne wrote: > > Anybody got an idea? Google isn't helping me out right now. (VB) > > > > > > > > Ray > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257232 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

