Minimum Profit API
==================

This reference documents version 5.1.1-dev of the MPSL API.

By Source
---------

mp_edit.mpsl
~~~~~~~~~~~~

 * ./#mp.break_line (mp.break_line)

Alphabetical
------------

 * ./#mp.break_line (mp.break_line) - Breaks current line in two (inserts a newline).


mp.break_line
-------------

Name
~~~~

*mp.break_line* - Breaks current line in two (inserts a newline).

Synopsis
~~~~~~~~

 mp.break_line(doc, col);

Arguments
~~~~~~~~~

 * doc: the document
 * col: column where the newline will be inserted 

Description
~~~~~~~~~~~

Breaks current line in two by inserting a newline character in between.
If _col_ is not NULL, the newline will be inserted in that column; otherwise,
the current x position will be used.


----
Angel Ortega - angel@triptico.com - Built with http://triptico.com/software/mp_doccer.html (mp_doccer 1.2.2-dev)
