Or the really quick way: <cfdump var="#client#">
-----Original Message----- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 2:51 PM To: CF-Community Subject: RE: Quickly list all client variables <cfloop list="#structkeylist(client)#" index="thisCVar"> <cfoutput>#thisCVar# = #Evaluate("client.#thisCVar#")#</cfoutput> </cfloop> should do the trick Duane -----Original Message----- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 3:49 PM To: CF-Community Subject: Quickly list all client variables Hey guys, whats some quick code to list all client variables? yeah the brain is asleep at the moment. :-\ -Gel ______________________________________________________________________ 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 Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
