Variables is NOT a scope (in CF5 or lower - to the best of my knowledge). It is more of a naming convention. I think it has become a scope in MX though.
However, a Variables Structure might be created, if so, then yes, you can use CFLOOP to loop over the collection. Shawn Grover -----Original Message----- From: Van Vliet, Scott [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 11:45 AM To: CF-Talk Subject: Looping Over Variables Scope Is it possible to loop over the Variables scope? <cfloop list="#Variables.VarNames#" index="ind"> #ind#: #Variables[ind]# </cfloop> ??? -- Scott Van Vliet Sempra Energy 555 W. 5th St., 21st Floor Los Angeles, CA 90013 Tel > 213.244.5205 Email > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> "Hello Stupid, and welcome to your crappy computer." - Strong Bad, HomestarRunner.com ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

