> Basically what I want is #form[#FORM.domain##FORM.registerindex#]#

This should work:

#Evaluate("FORM." & FORM.domain & FORM.registerindex)#
 
or, with your notation:

#Evaluate("FORM[" & FORM.domain & FORM.registerindex & "]")#

Scott
-------------------------------------------
Scott Brady
http://www.scottbrady.net

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to