How to convert separate numbers into variable node

Hi everyone. I need to convert separate numbers to single variable node. How I can do it? Thank you.!

If you mean to create a list, in your code block you need [ ] brackets example. [16,56,89,78,12]. That will create a list of numbers inside of the brackets.
image
Hope this helps!

1 Like