I came up with this snippet for the help file build scripts, but in the end it wasn't needed. So instead of throwing it away, I thought I would post for others to learn, break apart, criticize and generally do whatever they please
The snippet will strip a long string into new lines with a specified number of characters per line.
#include <Constants.au3>
Example()
Func Example()
; Create a random string of lower-case ASCII characters.
Local $sString = ''
For $i = 1 To 1000
$sStri