Cicode Programming Reference > Cicode Function Categories > Array Functions > ArrayFillFromAlarmDataByAn

ArrayFillFromAlarmDataByAn

This function is used to fill an array with information from internal alarm record caches. It is used by alarm page Genies to obtain the alarm record information to be displayed on the page.

Syntax

INT ArrayFillFromAlarmDataByAn(INT hAN)

hAN:

The AN number for the alarm list you want to use to fill the array.

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

ArrayCreate, ArrayCopy, ArrayCreateByAn, ArrayDestroy, ArrayDestroyByAn, ArrayExists, ArrayExistsByAn, ArrayGetArrayByAn, ArrayGetInfo, ArrayGetInt, ArrayGetIntByAn, ArrayGetMapName, ArrayGetMapNameByAn, ArrayGetString, ArrayGetStringByAn, ArrayIsDirty, ArraySetInt, ArraySetIntByAn, ArraySetIsDirty, ArraySetString, ArraySetStringByAn, ArraySwap, DspArrayByAn

Example

error1 = ArrayFillFromAlarmDataByAn(600);

See Also

Published June 2018