only if sructcount returns a number higher than zero -----Original Message----- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:13 PM To: CF-Community Subject: RE: Quickly list all client variables
Yep. I do take that for granted sometimes. And don't forget. If you take a <cfdump> don't forget to <cfflush> -----Original Message----- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 3:06 PM To: CF-Community Subject: RE: Quickly list all client variables wasn't sure if cf5 was available -----Original Message----- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 3:59 PM To: CF-Community Subject: RE: Quickly list all client variables 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 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
