blasterstudios
Technical User
I'm using a prompt to get a user to type in some text. I need to add a space after each character they type as well as 2 line breaks where a natural space appears. for example, if the user types in John Smith, the variable should end up:
J
o
h
n
S
m
i
t
h
I already have the prompt popping up fine, I just need to do the space thing. Thanks.
J
o
h
n
S
m
i
t
h
I already have the prompt popping up fine, I just need to do the space thing. Thanks.