21.12.2010, 10:42
yes, just put in a line that checks the length of the string every loop, and if it is greater than, say 128, print it and set any = false.
Don't forget to check the length of the string after the loop, and print the remainder if it is more than zero.
Don't forget to check the length of the string after the loop, and print the remainder if it is more than zero.

