Actually, the Form scope acts like a structure, so you can do things like

structKeyList(Form)

and 

<CFLOOP Collection="#Form#" Item="i">
The form variable #i# contains: #Form[i]#
</CFLOOP>

etc...

Daryl

----- Original Message ----- 
From: "Don Buck" <[EMAIL PROTECTED]>
To: "CF-List" <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 12:17 PM
Subject: [KCFusion] getting form variables


I remember reading in one of the letters where there was a way to grab all
of the form variables from the query string and put them into an array.
Unfortunately I can't find that letter.
If someone remembers who to do that, could you please elucidate me?

Don Buck
(816) 761-5430
Chief Information Officer
ShareValue Inc.
http://www.sharevalue.com



 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/[email protected]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to