StringList.remove

Removes the string at @position from @self.

@position must be smaller than the current length of the list.

class StringList
void
remove
()

Parameters

position uint

the position of the string that is to be removed

Meta