I am trying to make a tag that changes the scope of a query to the
attributes scope.

I want to tagify...
<cfloop index = "i" list="#RETAILER_INFO.columnlist#">
<CFSET temp = SetVariable("attributes.#i#", evaluate("RETAILER_INFO.#i#"))>
</cfloop>

so what I want to do is...

<cfloop index = "i" list="#caller.somequery.columnlist#">
<CFSET SetVariable("caller.attributes.#i#", evaluate("somequery.#i#"))>
</cfloop>

Is there a variable for the query's name?  There has to be one, debugging
lists the names of the queries...

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to