It seems to me that there is an underlying principle here that should be followed... Variables should always be set only within the context that they are used. If it is only used in one template, set it to the local scope. It seems that alot of people over-use the request scope when proper use of the attributes and caller scopes would suit just fine. Now I know that for CF coding, this sometimes doesn't amount to much, but think what would happen in any other language if everyone coded every variable in the global memory space. It seems that we may be regressing to earlier, less efficient coding methods.
Getting my 2 cents in for what it is worth. David Schmidt ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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

