list.Remove(item) will (iirc) only remove the first item from the list if the list contained multiple copies of that item.
Most languages will also have a RemoveAll version of this function to remove all matching items from the list.
ID:2682105
May 12 2021, 3:14 pm
|
|||||||
Resolved
| |||||||
Oct 23 2022, 3:25 pm
|
|
Lummox JR resolved issue with message:
|