Funtion Remove Values in OB2

Good morning Ruri.

A query, in ob2 there is some function or something that does this that I attach in the image.
image
first of all, Thanks

Hey, no there’s currently nothing like that, I can give you some C# to do that (you can paste it in the LoliCode editor).
Let’s assume your list variable is called list.

list.RemoveAll(i => i.Contains("mytext"));
1 Like

ok, thanks, let’s wait and have time and can implement it in ob2 … greetings

If you want it implemented, you should open an issue on github or I will definitely forget ^^

ok, thanks for your time