>When I use an included file, I set a variable = true. then in all >places where you might want to include it again, you check for that >variable, and if it is not present, include the file. if it is >present, you don't include it.
I'm specifically hoping to avoid that. It means that I must always set a variable without possibly knowing (remembering far into the future) that I have to do so. So I'd be doing it "many" times. If I instead do a check in the called file, then it's automatically handled from then on out and I only have to do it once. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334655 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

