FUNCTION AReplicate( xFill AS USUAL, nElements AS DWORD ) AS ARRAY
public static __Array AReplicate( __Usual xFill, uint nElements )
1aNewArray := AReplicate(0, 10)
1aEmptyArray := AReplicate("Empty", 5)