lock_4815162342
11 years agoChannel Surfer
How do I split a string into multiple stings?
I have a parsed string that I want to put into a paragraph screen. I want the string to have lines separated by newlines. I tried using \n but it is reading it as literal text.
Can I go through a string and check each character and split the lines based on a delimiter ?
Can I index a string to do so?
Thank you for your help. 😄
Can I go through a string and check each character and split the lines based on a delimiter ?
Can I index a string to do so?
Thank you for your help. 😄