#String to list

19 messages · Page 1 of 1 (latest)

low bay
#

How can i turn a string into a list of it's seperate characters? for example turning the string "abcde" into the list ["a","b","c","d","e"]

foggy perch
#

Then use list create

low bay
#

thank yoouuuu

foggy perch
#

Yw

low bay
#

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

lime girder
#

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

rapid forge
lime girder
#

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

rapid forge
#

ohh, I thought they just wanted to input the comma between a bunch of values