If I use the center function and write text more than 51 characters long, that text will just fill the screen and the next line if below also being 51 characters long won't be centered anymore, it will be at cursor x pos at 1 and will write normally. I'd like to implement multi-line support. Now my API has an easy way of getting the amount of lines by getLines(value) the value can be anything that can be tostringed. I could perhaps do this in some time but my head isn't working, so maybe someone already has such a code written. That'd be nice, otherwise if you can help me, thanks!
P.S. If you really need my code I can give you some of the functions in my api that are relevant to the multi-line support I really want.
Regards,
Augustas












