On Thu, Oct 3, 2019 at 10:26 PM Chip Scheide via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> is it possible to use append array with an object array?
>
>
I forgot - append to array works fine as well:
ARRAY OBJECT($ao;0)
C_OBJECT($o)
OB SET($o;"property";$value)
APPEND TO ARRAY($ao;OB COPY($o))
OB SET($o;"property";$newValue)
APPEND TO ARRAY($ao;OB COPY($o))

--

Peter Bozek
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to