printer.newPage

From ComputerCraft Wiki
Revision as of 02:12, 26 September 2012 by Thesbros (Talk | contribs)

Jump to: navigation, search


Grid Redstone.png  Function printer.newPage
Creates a new page to be printed.
Syntax printer.newPage(none)
Returns (boolean) If the page creation was successful.
Part of ComputerCraft
API none

Examples

Grid paper.png  Example
Creates a new page.
Code
print(printer.newPage())
Output true if the page creation was successful, otherwise false