Yes, I do realize that passing structs is done by reference. However, the documentation for StructFind () says that it returns the value associated with a key in a struct. It's not clear that it returns a reference to the struct, or the value of that struct. I guess I can write some code to verify.
On Jun 7, 11:57 am, Matt Quackenbush <[email protected]> wrote: > In ColdFusion, structs (and therefore CFCs) are passed by reference. So, > no, structFind() does not create or return a copy. It returns a reference. -- You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en.
