Function AClone() Foundation
Creates a complete copy of a single or multi-dimensional array().
AClone( <aArray> ) --> aClonedArray
The return value of AClone() is a duplicate of <aArray>.
The array function AClone() is used to create copies of multi-dimensional arrays. Since the function ACopy() only copies the elements in the first dimension of an array and does not consider subarrays, it cannot be used to copy a multi-dimensional array. AClone(), on the other hand, also creates copies of subarrays if array references are contained in the elements of <aArray>.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.