RemoveEntry

Removes the data set at the specified index position from the array.
VAR_INPUT
diIndex : DINT;
diIndex: Index position of the data set to be removed.
VAR_OUTPUT
RemoveEntry : BOOL;
RemoveEntry: Result of the function.
Removes the data set at the specified index position from the array.
diIndex : DINT;
diIndex: Index position of the data set to be removed.
RemoveEntry : BOOL;
RemoveEntry: Result of the function.