THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Help me Parsing this
-
I have list: [4,3,9,8,6,7] and I want to remove the third value in the list, to get the results ==> [4,3,8,6,7].
Thanks for Help!
-
Hello @mrtqnet ,
Let's assume like you said: we have a list which contains [4,3,9,8,6,7].
Add a new block calledFunction
and chooseReplace
as an option. Like this: https://gyazo.com/a88256c46e791785fe4597a3fdbd7f19
Set theVariable Name
to the name you want for capture, and inside theInput String
box, enter the variable's name you used on thePARSE
block, and tick the capture option. This is an example of how it shall be:
https://gyazo.com/50ae825cbddaa679cd9db8c97805e580
-
UTILITY List "MYLIST" Remove "2" -> VAR "MYLIST"
-
Thanks dude