No indent character; takes a long line and formats linewraps it. nwi Same as above, except it takes an indent character. nnw Opens up an editor box so you can just type the whole note at once. ##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")) noteeditor("%1")