textutils.pagedTabulate
From ComputerCraft Wiki
Revision as of 13:11, 22 February 2014 by Bomb Bloke (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=textutils.pagedTabulate |args= table table1, table table2, ... |returns=Nothing. |api=textutils |addon=Compute...")
Function textutils.pagedTabulate | |
Prints tables in an ordered form. Each table is a row, each column's width is auto-adjusted for consistency between rows. Unlike textutils.tabulate(), if scrolling is required in order to fit the whole of the output onto the display this function will throw up a "Press any key to continue" prompt at the bottom - each press will cause it to scroll down and write a single line more (before prompting again, if need be). | |
Syntax | textutils.pagedTabulate(table table1, table table2, ...) |
Returns | Nothing. |
Part of | ComputerCraft |
API | textutils |