form["title" & x]
The period shouldn't have been there.
----- Original Message -----
From: "Asim Manzur" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 03, 2004 3:16 PM
Subject: Re: Dynamic form output
> that codes give me error
>
> A CFML variable name cannot end with a "." character.
> The variable form. ends with a "." character. You must supply an
additional structure key or delete the "." character.
> The CFML compiler was processing:
>
> The body of a cfoutput tag beginning on line 8, column 19.
> The body of a cfoutput tag beginning on line 8, column 19.
> The body of a cfoutput tag beginning on line 8, column 19.
>
>
> The error occurred in C:\CFusionMX\wwwroot\dev\temp.cfm: line 8
>
> 6 : <cfloop from="1" to="#gotill#" index="x">
> 7 : <cfset OTitle = "title#x#">
> 8 : <cfoutput>#form.['Title' & x]#</cfoutput>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

