StringList.remove
void remove(uint position)Removes the string at position from self.
position must be smaller than the current length of the list.
Parameters
position | the position of the string that is to be removed |
void remove(uint position)Removes the string at position from self.
position must be smaller than the current length of the list.
position | the position of the string that is to be removed |