Subj : fried brain
To : Deuce
From : MCMLXXIX
Date : Fri May 09 2008 11:20 pm
Re: fried brain
By: Deuce to X V Lxxix on Fri May 09 2008 13:40:56
> Re: fried brain
> By: X V Lxxix to All on Fri May 09 2008 10:54 am
>
> > Can anyone take a look at this and tell me why, when given a string and a
> > specified width for word wrapping, it sometimes trims the string way too
> > short, or 3 or 4 characters too long? I've been frying my brain with this
> > and I just can't get it straightened out:
>
> Have you looked at the word_wrap() global function?
>
yes.. it wraps to a new line on the left side. I needed to make something that
wraps within a specified "window" on the screen. I'm pretty sure it does that
anyway. I'm actually checking it right now