U could alway use the function SetVariable
<CFSET temp = SetVariable(#Num#_#Count#_DynamicVariable,
"ValueOfDynamicVariable") >
This function rules in combination with Arrays, loops, etc.
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Tomas Becklin
Web Developer
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Gateway Arts � Designing Better Business
810 Lawrence Dr. Studio 220
Thousand Oaks, CA 91320
ph: 805.480.1140 x214
fx: 805.480.1150
www.gatewayarts.com <http://www.gatewayarts.com>
www.idlaunch.com <http://www.idlaunch.com>
> -----Original Message-----
> From: Derek Hamilton [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 12, 2001 4:20 PM
> To: CF-Server
> Subject: Dynamic Form Variable Names
>
>
> Hello!
>
> I'm hoping for some insight on displaying a dynamic number of form radio
> buttons. Since I don't know how many I have to have a dynamic
> way of naming
> them. That's not a problem, I just append a number to the end of the
> regular name: name="action#index#".
>
> The problem comes when I want to reference these names on the submission
> page. If I try something like <cfif #action... It will just come
> back that
> it is an invalid variable name.
>
> I'm wondering how other people have solved a similar problem? Any
> suggestions would be appreciated!
>
> Thanks
>
> Derek Hamilton
> Systems Developer
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com