I have a variable that is determined from a list of numbers. Let me
clarify:
<cfloop list="#FORM.IDS#" Index="ListElement">
<Cfscript>
....
setupvar = "form.setup" & ListElement;
...
</cfscript>
Problem HERE.
</cfloop>
I would like to test if the variable name that setupvar resolves to
isdefined since it is a checkbox and might not resolve. Please let me
know....
Thanks,
Neil
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
- OT- Program to compare two pages of code for differen... Larry Juncker
- RE: OT- Program to compare two pages of code for... Greg Witte
- Re: OT- Program to compare two pages of code for... Dick Applebaum
- Re: OT- Program to compare two pages of code... Adam Phillip Churvis
- RE: OT- Program to compare two pages of code for... Scott, Andrew
- RE: OT- Program to compare two pages of code for... Sean German
- RE: OT- Program to compare two pages of code... Jeremy Allen
- RE: OT- Program to compare two pages of code... Larry Juncker
- Re: OT- Program to compare two pages of ... David Cummins
- Need help validating a URL... Neil H.
- Need help validating a URL... Edward Chanter
- RE: OT- Program to compare two pages of code for... Dave Watts

