attributes is the scope that is used within a custom tag. it's the variables passed during the custom tag call.
so... <CF_FOO VAR1="BAR" VAR2="BAZ"> within the custom tag, ATTRIBUTES.var1 and .var2 would be BAR and BAZ, respectively. christopher olive cto, vp of web development, vp it security atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -----Original Message----- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:52 PM To: CF-Talk Subject: Newbie question on variables I'm familiar with form.* variables, server.*, user.*, and session.*, but I notice an attributes.* variable being used in a lot of code I see on this list. What is this used for? Is it part of a structure? T ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

