Here's one for y'all.
I'm not sure how well I can articulate this...

What I am trying to figure out at the moment is how to create a variable
dynamically, then test for its existence!

For example, I am starting with a simple index loop:
<cfloop index="v" from="2" to="6">

Then, at the start of each loop, I need to do a cfparam for a corresponding
variable.
That is, at the beginning of the first loop I need to do:
<cfparam name="variable2" default="">

At the beginning of the second loop I need to do:
<cfparam name="variable3" default="">

and so on.

I tried this:
<cfparam name="#Evaluate("level" & v & "id")#" default="">

But it did not work at all.

Any ideas?
Am I making any sense whatsoever?


~~~~~~~~~~~~~ Paid Sponsorship ~~~~~~~~~~~~~
Get Your Own Dedicated Win2K Server!      Instant Activation for $99/month w/Free 
Setup from SoloServer      PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support     
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to