you can grow a collection implicitly using bracket notation. quote:
If this element index is beyond the last existing element of the collection, the collection is automatically resized and all new intermediary elements get the null value https://doc.4d.com/4Dv17/4D/17.3/Using-object-notation.300-4621561.en.html 2019/09/14 13:31、Jim Crate via 4D_Tech <[email protected]<mailto:[email protected]>>のメール: However, we don’t seem to have any other way to add objects to a collection besides .unshift(), which probably does the same as .push(). ********************************************************************** 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] **********************************************************************

