Wood David wrote:
I have effectively adopted approach (1), which is in line with the fact that my_dyn_arr^ points to the first array element already. But for simplicity, I support Frank's suggestion that in future gpc releases, my_dyn_arr^ points to the start of the whole schema so I can do `FillChar' on sizeof(my_dyn_arr^) and then `Initialize' .
OK. (fjf798.pas) You might want to test it carefully after the next release ...
Frank