-
-
Notifications
You must be signed in to change notification settings - Fork 621
table.tostring
starkos edited this page Apr 10, 2021
·
4 revisions
This wiki is no longer being maintained.
Converts the contents of a table to a formatted string.
table.tostring(tbl, recurse)
-
tbl
is the table to be formatted. - recurse is an optional integer indicating the depth of recursion
A string representing the formatted contents of the table.
Premake 5.0 or later.