Subj : fried brain
To : Deuce
From : MCMLXXIX
Date : Sun May 11 2008 05:35 pm
Re: fried brain
By: Deuce to MCMLXXIX on Sat May 10 2008 11:07:46
> Re: fried brain
> By: MCMLXXIX to Deuce on Fri May 09 2008 11:20 pm
>
> > > 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
>
> You can pass in the width as an argument. :-)
>
Yeah, but it still wraps to the left side of the screen. I need it wrap away
from the left side. Unless I'm just not doing it right... that is always a
possibility when it comes to me.