Skip to content

table.tostring

starkos edited this page Apr 10, 2021 · 4 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Converts the contents of a table to a formatted string.

table.tostring(tbl, recurse)

Parameters

  • tbl is the table to be formatted.
  • recurse is an optional integer indicating the depth of recursion

Return Value

A string representing the formatted contents of the table.

Availability

Premake 5.0 or later.

Clone this wiki locally