Function AFill() Foundation
Fills elements in an array with a single value.
AFill( <aArray>, [<Expression>], [<nStart>], [<nCount>] ) --> aArray
The return value of AFill() is a reference to <aArray>.
The array function AFill() fills an array with a single value. The value can be of any data type. If the value is an object or an array, all the elements of the filled array contain the same reference to the object or subarray. The function assigns the value only to the elements of the first dimension. Multidimensional arrays cannot be filled with AFill().
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.