Hello,
can you please help me with my issue? I have a List of Strings and I need to find a and completely delete one value. Let’s say I have this list:
0: “aaa”
1: “bbb”
2: “ccc”
3: “ddd”
Now I have a variable with value “bbb” and I need to check if it’s part of the list and completely delete it and shorten the list by 1 to make it look like this: