Hi Brant,

><cfset scriptNO = 1>
>
>            <cfset scriptrun=StructNew()>
>
>            <cfset scriptrun.script & #scriptNO# = StructNew()>
>
>What am I doing wrong ?? I am trying to make this string look like <cfset
>scriptrun.script1=StructNew()>

try this:

<cfset "scriptrun.script#scriptNO#" = StructNew()>

that will work on any version of CF

--

Yours,

Kym
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to