The arrinit Statement
The arrinit statement initializes the output array (first) argument using the value (second) and size (third) arguments provided. The syntax of the arrinit statement is shown below.
// initialize arValues with nSize zeros
arrinit arValues, 0, nSize