Skip to content

table.tostring

Jason Perkins edited this page May 26, 2015 · 4 revisions

Converts the contents of a table to a formatted string.

table.tostring(tbl, recurse)

Parameters

tbl is the table to be formatted. recurse is a boolean; if true any sub-tables will also be formatted.

Return Value

A string representing the formatted contents of the table.

Availability

Premake 5.0 or later.

Clone this wiki locally