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







______________________________________________________________________
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

Reply via email to