Depends how you've scoped them. Here's a quick example if they're unscoped:

<cfloop item="CurVar" collection="#Variables#">

        <cfif isQuery(Variables[CurVar])>
                <cfdump var=#Variables[CurVar]# label=#CurVar# />
        </cfif>

</cfloop>

If you've got multiple scopes used, and/or function local ones, then use a 
debugging template instead. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:336849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to