#String to list of characters?
1 messages · Page 1 of 1 (latest)
Not without doing it manually
How could I do it manually?
List Clear can clear a list variable
For + String Length can run an execution once per character in the string
String Substring can grab a specific part of text that is Index characters into the string, and Length characters long
A List<String> Variable can hold up to 4096 strings
List Add can add items into a variable
Combining all of these, you can run a loop for each character in the string and add it into a list