Wrapping lines
Wrapping lines
- Subject: Wrapping lines
- From: John Fountain <email@hidden>
- Date: Tue, 4 Dec 2001 15:23:29 -0500
Greetings all-
I have a script that I wrote that wraps lines of text if they are more
than 31 characters long. It is basically a kludge of if...thens that
gets the job done but i can't help but think there must be a cleaner way
to do this. Has anyone out there written a script like this before? I am
interested to see other attempts at doing this.
-John