Hi Community, just want to ask a simple question.
I’m trying to convert a list of numbers to a list of strings, instead of using a node (StringFromObject) I would like to call the same function in DesignScript, to keep everything in a single code block.
The more similar thing I have found is the “ToString()” command, but it acts like the “StringFromArray” node, returing a string with its curly brackets etc.
Is there a way to avoid this ugly lacing I have done in the attached image?
thank you all!