Miyako, On Sun, Sep 30, 2018 at 8:24 PM Keisuke Miyako via 4D_Tech < [email protected]> wrote:
> in fact, you should use object notation just once, to get a handle on the > property which is a collection of objects, > and work with that reference directly rather than dotting your way through > to the property each time. > Just to be clear about what you're saying here - let's say I populate a large object, $bigObj, with some complex data. I might create a handle to a collection within it as you describe: $myCol:=$bigObj.a.b.c[2].someRef This makes it easy to, say, iterate through each element. Beyond convenience are you saying this is more efficient than using the full dot notation? -- Kirk Brooks San Francisco, CA ======================= *We go vote - they go home* ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

