AC11ResetArr

A = Array

C = Calculation Functions

The AC11ResetArr function executess a reset of all the elements of an array, signaling the completion of the operation.

IMPLEMENTATION

AC11ResetArr (array, done)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
IN ARRSYS / ARRGBL array B/W
L/S
Array to reset
OUT GLOBAL done F Flag that indicates that the operation was executed

Example

Run the reset when this “gfReset” flag is set to 1.

<code QCL> IF gfReset

gfReset = 0
AC11ResetArr (array, done)

ENDIF

Note