If you leave the prefix off variables then the variable scope precedence is
as follows:
Query result variables
Local variables
CGI variables
File variables
URL variables
Form variables
Cookie variables

(Straight out of the Fasttrack manual Unit 11  :-)

These are the only variables in which the precedence rules apply. All
attributes, session, application, client (and whatever's left) need to be
explicitly referenced by the appropriate prefix.

HTH

Steve


> -----Original Message-----
> From: Paul Johnston [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 02, 2000 15:16
> To: '[EMAIL PROTECTED]'
> Subject: Various scopes
>
>
> I am having trouble realising what all the scopes are and there precedence
> in processing.
>
> I know about the variables scope and the attributes scope and
> session scope
> etc but I have no idea about which gets processed first, and what some of
> the more obscure ones are used for.  I am sure there are others out there
> who would want this info too.
>
> Thanks
>
> Paul
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> 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/cf-talk@houseoffusion.com/
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.

Reply via email to