Does anyone have a tutorial on string processing? I’m currently working on an RPG and the string processor I have made doesn’t always produce good results. For example it cuts out a letter or maybe a whole word. So any tutorial would help to be honest. Thanks!
edit:
Okay here is my main problem
http://i1116.photobucket.com/albums/k577/jay4842/Untitled.png
it cuts off letters, for example it was supposed to say outer space, but it cut out the u. I realize now that I misspelled that but, thats my main issue. I take a string and split it into two strings. but when I do that it cuts out some things.
Also thank you for the feedback!