No indent character; takes a long line and formats linewraps it.
nwi Same as above, except it takes an indent character.
##Examples##
nw This is a long line of text that would be formatted to break at 79 characters with respect to the word boundaries.
returns
This is a long line of text that would be formatted to break at 79 characters with
respect to the word boundaries.
nwi > This is a long line of text that would be formatted to break at 79 characters with respect to the word boundaries.
returns
>This is a long line of text that would be formatted to break at 79 characters with
>respect to the word boundaries.
]]>
Send(note_wrap("%1"))
Send(note_wrap("%2", 79, "%1"))