> It seems to me, that to use a url variable (or any type
> really) that I have to check for the variable before I
> can use it, otherwise I receive an error saying that
> it doesn't exist.

It's good practice to CFPARAM all of your URL and FORM variables into
existence before you try using them.  Then you can avoid one of your Ifs
entirely...

<cfparam name="url.group" default="">
<cfif url.group NEQ 'me'>do something here</cfif>


-Justin


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201865
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to