I am making a code so that a specific piece of text changes to a different letter. However, when I try this code out, it keeps getting sliced up by commas. Any clue if this is a bug or a mistake in my code?
![]()
There’s not enough information here.
We’d need to have a link the project or at least a screenshot of the full set of blocks and the input values, expected values, and actual values you’re seeing.
Also this:
The list of values block will return a list such as {“a”,“b”,“c”}. If you then view that list as text, it will look like “a,b,c”. If you don’t want the commas to appear, then you have to use the make text from list block and use a comma “,” as the delimiter value.