in reply to Re: Alignment Program
in thread Alignment Program

Thanks. I'll explain the hypenation standard, if it interests anyone:
elsif ( (($sCount > $words) and ($wLength-($sCount-2) > 3)) )
First, I see is the space I need to fill is more than the number of words on the line; that is to say, if putting a space between each word would still leave spaces to be filled(so I don't have too many spaces in the file). Moving on. The main point of this expression is just so you won't get text like this:
This is a line of code, o- r is it?