#String to list
19 messages · Page 1 of 1 (latest)
String substring with length of 1 and index of whatever you want. Index 0 would be “a”, index 1 would be “b”, (etc).
Then use list create
thank yoouuuu
Yw
im having some issues getting it to work properly
could you send a picture of what the system should look like?
it's going to be inputted by a player
but there will be a maximum of 10 letters
okay
thank you
What happens if you put nothing in the top input of a string separator?
I feel like it’d either do nothing, or split every character
use "string concat" and put "," as the separator,
That would require them to have a comma between each letter, and if this is text that’s written by a player that’d get tedious
actually yeah i’m not even thinking of the right chip, concat requires multiple inputs. This is only one line of text they are hoping to use.
I was hoping that maybe if you didn’t put any character into a string split chip’s divider input it’d separate every character in the string
but nah, doesn’t work that way unfortunately
ohh, I thought they just wanted to input the comma between a bunch of values