> Can you pass a structure back from a custom tag?  (I figured that this one
> you can because I had to do it)

You can pass structures back to the calling template just like any other
ColdFusion variable using the "Caller" scope.

ex: <cfset Caller.MyStruct = MyStruct>

Keep in mind that if you are nesting custom tags that you will also need to
nest the scope (e.g. "Caller.Caller.Caller.MyStruct"). Along these lines, it
may be more practical to copy the struct to the "Request" scope.

> Can you do like arrays of structures?

I'm not sure I understand the question but I think the answer is the same as
above. :)

> Is a CF structure just kind of like a collection in the sense that you can
> put whatever into it but there is no real "structure" that you can rely on
> for retrieving data?

Yes...I was going to elaborate further, but I think you got it. :)

Benjamin S. Rogers
Web Developer, c4.net
voice: (508) 240-0051
fax: (508) 240-0057


~~~~~~~~~~~~~ Paid Sponsorship ~~~~~~~~~~~~~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to