RegExp

Hi, i am pulling in data from a csz file. I managed to pul out the data i need using a regexp, as you can see from the attached example.

What i would like to do is take each individual slice and have this control the size of a sphere for example.

when i try and connect the slice pin to the size of a sphere it wont let me??

can anyone explain what it is i am missing.

Many Thanks,

Sam (newbie)

sam_data_test.v4p (17.2 kB)

Hi,
your outputs are strings and transform nodes only supports values…so use the AsValue(string) node here…everything should be fine then…

hehe, you get a string containing numbers.

an AsValue (String) will help you.

and i assume what your next question will be:
my answer is Map (Value)
;)