Long strings

Always add your player ID, your company name and the Realm you play in to your description. Describe the problem as detailed as possible!

Moderator: moderators

Post Reply
Guest

Long strings

Post by Guest » 22.09.2007, 16:43

It appears on fax. Then string is more than X length (maybe 32) it is good to wrap it automatically. Its easy to do with wordwarp() function http://www.php.net/manual/en/function.wordwrap.php

Guest

Re: Long strings

Post by Guest » 22.09.2007, 18:11

TakeON wrote:Then string is more than X length (maybe 32) it is good to wrap it automatically. Its easy to do with wordwarp() function
WordWrap() is indeed a cool function for wrapping text. WordWarp() moves the offending text off to another dimension where it can't bother you anymore. :wink:

Guest

Post by Guest » 23.09.2007, 00:31

what does it do besie puts string on it? :wink:

Post Reply