This is a lazy question, in that I suppose I could find the answer through trial and error, but figured I see if I can build character later and try to get a quick answer now...
Say I call a customer tag: <cf_myCustomTag> In the custom tag: <!--- I build and populate an array: ---> <cfparam name="attributes.MyArray" type="Array" value="#ArrayNew(2)#> <!--- Then loop through a query to dynamically populate it: ---> <cfloop query="MyQuery"> <cfset MyArray[#attributes.PlaceOne#][#attributes.PlaceTwo#] = MyQuery.MyValue> </cfloop> The question is: How do I reference the MyArray in the originating template? My guess is, within the customer tag: <cfset caller.MyArray = attributes.MyArray> Is this accurate? Chad who basks in Array, a drop of golden sun --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
