Thanks. Another question.
What if, in the parent document, I call a function (function1) that returns a struct. <cfset fooFunc = application.foo.fooFunc(arg1=blah, arg2=blip)> Later in the document, I call another function (function2), and within that function(function2) I also call the same function(function1). Would I want to use the same .local for the 2nd calling of function1? It seems I would be creating a struct within a struct. aka <cfset local.fooFunc = application.foo.fooFunc(arg1=blah, arg2=blip)> Local would be the parent struct, and FooFunc would be the child struct within Local. -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
