Well, it _could_ hold a complex variable. I mean, I've used the code he has
below to return structures before.

(Or at least I think I have.)

Let me try this myself, now I'm curious. :)

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Emily B. Kim [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 13, 2001 11:25 AM
> To: Spectra-Talk
> Subject: Re: Duplicate() Bug, Questions
>
>
>
> >     <cfset "caller.#request.r_query#" = duplicate(request.q_all_files)>
> >.. . . to "return" the final query to the calling template.
>
>
> oooooohhhhhhhhh...i think i understand. i think the problem has
> to do with
> the fact that what i think you're really doing in that statement
> is to try
> and copy the query set into a LOCAL variable - a non-complex
> variable type
> that can't hold queries. "caller." is really a local variable that's
> exposed to the calling page. hmmmm....have you tried:
>
> <CFSET "caller.request.#request.r_query#"=duplicate(request.q_all_files)>
> [EMAIL PROTECTED] with 'unsubscribe' in the body.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to