> On Mar 29, 2019, at 9:15 PM, Anthony Walter <sysrpl at gmail.com> wrote: > > Ryan, actually ... > > A.Length := 1; > A[0].X := 100; > > ... does work in my implementation. Really, how? [] property uses a getter which copies the array right? I’mm not aware of how to do this in Pascal without pointers. Regards, Ryan Joseph