How to make string from array of floats?

I have an array of floats that I want to convert into a single string. I want the string to have a comma between each float element. Is this possible?

Hey @DaddyFarquaad69!

Here you go! This should do it, Strings can be simple once you think of it as just adding and subtracting letters from a line :slight_smile:

2 Likes

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