How can I use attributes???? -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 16:21 To: CF-Talk Subject: RE: Custom Tag
Attributes is a struct, so to get the list, just use StructKeyList(). ==================================================================== Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 10:57 AM > To: CF-Talk > Subject: Custom Tag > > > How can I list the attributes passed by calling custom tag. say > > <CFModule template="myTag" a ="" b ="" c =""> > > in myTag.cfm > > I want to set > <CFLoop from="1" To="#NumberOfAttributesPassed#" Index="Counter"> > <CFSet hdnValue#Counter# = Attributes.a> > <CFSet hdnValue#Counter# = Attributes.b> .................. > </cfloop> > > So i want exact list of attributes passed then i can play > around with it > using arrays and stuff. > > > Shahzad Butt (Development Engineer) > > JJ FastFood Distribution Ltd. > Office: +44 (0) 1992 701 722 > Mobile: +44 (0) 7763 114 328 > Fax: +44 (0) 1992 701 604 > > 7 Solar Way, Innova Park, Enfield, London, EN3 7XY > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc 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

