create a local array/object declare the static array Copy Array (local;static)
haven't worked with objects - but same Idea I assume On Tue, 1 Nov 2016 18:23:56 -0600, Cannon Smith wrote: > > I’ve been thinking about how a static variable could be instantiated. > Think of an array, for example. By definition, once it is declared > and an element is added, it can’t be changed any more, so you > couldn’t add more elements. Maybe the best way is to create a local > array and then the mechanism for declaring a static array would also > take an argument to the local array which it would copy during > instantiation. C_Objects could work in a similar way. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

