Umm, what am I missing here? As I was about to type in the duplicate
function, I thought "wait, we use structcopy with structures more than one
level deep", so I did some testing and I can't recreate this problem (or
expected behavior) in either 4.0.1 or 4.5. I was able to structcopy a
structure
> This is expected behavior with StructCopy; it only copies "one
> level deep".
> If you want to make a complete duplicate, no matter how many nested data
> containers you have, use the Duplicate function introduced in CF 4.5.1,
> which makes a "deep copy".
Perfect! Solved! Guess I need to re-r
> I've started experimenting a bit with using structs in
> application variables and have noticed something odd, although
> it may be expected behavior...
>
> Say I set up a struct called "test", and then stored it inside
> an application variable called "application.test". Now I want
> to copy t
3 matches
Mail list logo