> TemplateB creates a structure with 2 keys:
>    variables.Opening.Value
>    variables.Opening.String
> 
> and returns it to TemplateA with
>    <CFSET caller.Opening = variables.Opening>
> [ snip ]

In case you were wondering...

In TemplateB, you can use CFSET to refer directly to the values within a
structure, but once it was passed to TemplateA, you had to use the
StructFind function. Silly me.



Aidan
-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to