When I try to convert Number to String, I want to keep my data structure

Hi all.

I have a question. “A” is consist of Number items and I want to convert this to string.

but when I use Number.ToString Node, The data structure is changed like B

So I tried another way like C using Codeblock. but I think it is long… Is there a another simple way??

Have you tried the StringFromObject OOTB node.

1 Like

2 Likes

Hi John!!! I really thank you!!

It looks like you’re using a really outdated version of spring nodes. A recent version might work better. Tho if you’re working with integers, the built in node should be just fine. The only reason why I added that node to springs in the first place, was because the built in node is too generous with the zeros on doubles:

3 Likes

1 Like