> Yeah, but the "Variables" scope isn't persistent. Each time 
> a page loads it will unset itself. It would be better IMHO 
> to just do a plain vanilla CFSET.

When you do a "plain vanilla" CFSET, you're using the Variables scope. If
you set a local variable (one within the Variables scope) in
application.cfm, that local variable will be created and destroyed for each
page, which is not a bad approach for handling constants.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to