> I might be passing a variable called FORM.DefaultNAME
> 
> but I get NAME from a list that I am looping over.
> 
> So:
> 
> I want to determine is FORM.Default#listelement# isdefined 
> but evaluate doesn't seem to work within an isdefined.

The IsDefined function takes a string as an argument, so you don't need to
Evaluate it first:

<cfif IsDefined("Form.Default" & Variables.Name)>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to