At 10:35 AM 9/1/00 -0400, you wrote:
>is there any way to dump the whole content of the "GetYPs" query into the
>structure all at once without having to Loop through the query? something
>like...
Not that I'm aware of.
><CFSET STTEMP = STRUCTNEW()> <!--- temporary structure --->
><CFSET STTEMP = "#GetYPs#">
>
>also, what will be the scope of the STTEMP structure, I assume it will be
>the page, unless you specify otherwise (client, server, etc), am I right...
It's page. In my application, this function is executed the first time a
browsers accesses this website only. It should be CFLOCKED though.
best, paul
------------------------------------------------------------------------------
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.