ArrayFill( ByRef src, fdata )

Fills src array with fdata

NOTE: There are 2 functions that are reserved for internal use by ArrayFill: NumberArrayFill and StringArrayFill.
These functions will compile but will not work if called directly. Only use ArrayFill.

Example: