In my food ordering app, each order has a unique order ID.
All the id is stored in like a variable using this format.
[10 digit orderID],[another 10 digit order ID] (each order ID is separated with a “,”
But how do I remove a certain order ID from the variable. Like example
1234567890/9876543210/45678901
I want to remove “987654321” from the variable. How do I do that. Thanks im not very good at coding