> OOh, about 90%. But, I'm still waiting for the light bulb to turn
> on over my
> head. What is the benefit of saying "attributes.squid" instead of
> just plain
> old "squid" ?
Scoped variables are processed without the server having to look through all
the scope lines first. For example, if you reference "attributes.squid",
then the server will process it automatically since you've told it where to
look. Otherwise, if you just reference "squid", then the server will search
for squid at all variable levels (eg, it'll try form.squid, url.squid,
server.squid, and attributes.squid... I know I'm missing some there, I don't
have my reference at hand).
So, it's a matter of asking yourself, "How long do I want the server to take
to process this action?"
At least that's the way it was explained at our local CFUG meeting.
Hatton Humphrey
Connecttexoma.com
------------------------------------------------------------------------------
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.