First line of a Note
It is possible to display a line of a document note field.
Example
*/ The field do_note should be available. The first line will be displayed.
mline(do_note, 1)
*/ The field do_note should be available. The third line will be displayed.
mline(do_note, 3)