These CFSETs are one-time, when App is first accessed.
Their ms is not included in the timings I posted.
best, paul
At 12:31 PM 8/31/00 -0500, you wrote:
>ewww... I hate long blocks of cfset's :)
>
>Use cfscript instead when you have all those cfsets.. that'll speed
>things up some more.
>
>
> >
> > <CFSET STTEMP = STRUCTNEW()> <!--- temporary structure --->
> > <CFSET APPLICATION.YPS = STRUCTNEW()> <!--- final structure for
> Headings --->
> > <CFLOOP QUERY="GetYPs">
> > <CFSET STTEMP["Class_ID"] = "#Class_ID#">
> > <CFSET STTEMP["Class_Name"] = "#Class_Name#">
> > <CFSET STTEMP["Pages"] = "#Pages#">
> > <CFSET STTEMP["NewPages"] = "#NewPages#">
> > <CFSET APPLICATION.YPS[STTEMP["Class_ID"]] = STRUCTCOPY(STTEMP)>
> > <CFSET TMPVAR = STRUCTCLEAR(STTEMP)>
> > </CFLOOP>
> >
>------------------------------------------------------------------------------
>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.
------------------------------------------------------------------------------
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.