Extract precise numbers from one line list

Hello all, I was wondering if there was a way to extract those numbers to replace those sliders, even an insult will help me since I’ll know that there is a solution. Thanks !

Text replace braces with commas. Split at all commas. Extract items at index 1 and 2 from the resulting 4 item list.

1 Like


Thank you very much it worked really well

Incidentally the Item component supports variable outputs, so you can leave the i input at zero (or set it to 1) and then zoom in on the outputs to add the [1] and [2] indices.

Also I’m not sure why you’re inputting “2” into the Wrap input of the Item component. It’s a boolean and since you’re not overstepping the indices, it doesn’t matter whether it’s true or false.