Turn a list into one variable

I want to know how to put all the numbers in a list into one variable. For example, I want to turn something like this [9,3,5,2,5] into 93525.

You want ninety three thousand five hundred twenty five?

1 Like

No I just want to turn a list into a single big number.

Didn't I just do that?

1 Like

No, I meant I want to program a way for a list to be turned into a big number

How about the block JOIN With Separator '' ?

1 Like

Thank you

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.