AddEntry

AddEntry 1:

Creates a new data set at the end of the array and copies the content of the specified entry to the internal memory.

VAR_INPUT

pEntry    : PVOID;

pEntry: Pointer to the entry to be added.

VAR_OUTPUT

AddEntry       : BOOL;
diResultIndex  : DINT;

AddEntry: Result of the function.

diResultIndex: Index position of the entry added.