Very good. Thank you!
best, paul
PS> One small wrinkle. Request-scoped cached queries are available after
the page request. I'm not sure of the precise description of what's going
on in this case. That is, I'm not sure if it's accurate to say the
Request-scoped cached query persists after the page request.
At 09:06 PM 10/12/00 -0400, you wrote:
>OK, I know everyone is going to hate me, but I think I can give the most
>concise definition of a request variable yet. Think of it as a challenge
>in English and efficiency of communication!
>
>Here's my one line definition of request variables:
>
>Request variables and local variables (scope = VARIABLES) act and can be
>treated in EXACTLY THE SAME WAY, with the exception that request variables
>can go across the <CFMODULE/CUSTOM TAG> boundary, while local variables
>are "isolated" to the page and <CFINCLUDE>.
>
>Local variables: die with the page request
>Request variables: die with the page request
>
>Local variables:
> available in all <CFINCLUDED> code
>Request variables:
> available throughout the cascading chain of <CFINCLUDE> AND
> <CFMODULE> code.
>
>If you know how local variables work, then you know how request variables
>work!
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.