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

Reply via email to