SetEntry

SetEntry 1:

Replaces the existing data set with a new one by overwriting the internal memory area of the existing data set with the value of the new entry.

VAR_INPUT

diIndex   : DINT;
pEntry    : PVOID;

diIndex: Index position of the data set to be replaced.

pEntry: Pointer to the entry to be removed.

VAR_OUTPUT

SetEntry    : BOOL;

SetEntry: Result of the function.