Initialize an array.
Initialize the array to contain count elements with each element equal to the value provided. To initialize a multi-dimensional array, the value should be an array of N-1 dimensions, where N is the number of dimensions in the array being initialized.
- Parameters
-
aout | The output array to initialize. |
value | The value to initialize each element to. |
count | The number of elements to create in the output array. |
- Warning
- You cannot use NXC expressions with this function
- Examples:
- ex_ArrayInit.nxc, ex_getmemoryinfo.nxc, ex_nbcopt.nxc, ex_sysdrawgraphic.nxc, and ex_sysmemorymanager.nxc.