OCP Dienste :
basics
>
simpleArray
> removeValueAtIndex
method
removeValueAtIndex
void removeValueAtIndex(
int32 index
);
Argumente
index
This argument specifies the index for the element to be removed from the array.
Zurückgegebener Wert
None
This method removes the element at the given index.