Found a solution.
Copy() only works for one level deep and since using fpc 2.2.4 the array
became two levels deep.

Solution copy array A to array B using copy, then for each element of array
B copy nested array from A to B.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to