Session, URL, form, etc variables e.g. FORM.MyVar is a variable stored in
the FORM scope. It just happens thas as from CF4.5 all FORM, URL, SESSION,
APPLICATION, COOKIE (etc.) scoped variables are stored as structures such
that you can use the various structure functions on them. Before structures
came about they were only accessible as simple variables.
Steve
> -----Original Message-----
> From: Dave Notik [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 25, 2000 07:18
> To: [EMAIL PROTECTED]
> Subject: Structures vs. Scopes: Difference is?
>
>
> All:
>
> Session, Form, URL, Server, and Application are "scopes". Structures are
> structures.
>
> But StructNew("MyStruct") essentially creates a new scope.
> StructClear("Session") essentially clears the session scope.
>
> They're very alike, aren't they? Or is it just a terminology issue, e.g.
> the session scope is a structure.
>
> Just trying to clear up some confusion over the two.
>
> -Dave
>
> ------------------------------------------------------------------
> ------------
> 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.
------------------------------------------------------------------------------
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.