I see, thank you for clarifying. I had wondered about the Variables scope. Then what is the advantage of explicitly putting them in the Variables scope if they automatically go in anyway? Is it the speed mentioned earlier? I'm only doing maybe 20 variables. And if I'm still referencing them without the Variables keyword later (ie not Variables.semester, but just as semester) then do I still receive the benefits?
> Daniel Kessler wrote: > >> I don't want do rewrite my variable scoping for this app, but I'll >> consider having everything in Variables for the future as I write >> this up as a general include. >> >> > You wouldn't have to - his point is, every var called > "variablename" is > also referenceable as "variables[variablename]" and vice versa. So you > could just rig your db-to-variables code to work like the example > given, > and still reference your variables straight up later on. -- Daniel Kessler College of Health and Human Performance University of Maryland Suite 2387 Valley Drive College Park, MD 20742-2611 Phone: 301-405-2545 http://hhp.umd.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266119 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

