Lists - splitting a number

Hi There,

I have a query on lists i would like to split the following into 3 separate lists, These are two examples of the numbers i have in the parameter data

230,220,201
102,210 233

I would like to split them into R, G, B so i can use the Color.ByARGB node in Dynamo

Thanks

Add a List.Transpose node between the String.Split and the String.ToNumber node.

1 Like

Excellent, thanks for your help Jacob