Hello. I have this problem:
I have a let's say [1000] char string and i want to split and print this on the screen on more lines, so that each and every line has MAXIM 43 characters. The string may contain spaces and the words would be printed on the next line if they cant fit on the current line...
I have no idea how to do that. I know how to show the letters from, lets say [100] to the end of the string, with StringName+100, but how can i show the string from 100 to 143?...
Thank you in advance.