-
-
Notifications
You must be signed in to change notification settings - Fork 640
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)tbl is the table to be formatted. recurse is a boolean; if true any sub-tables will also be formatted.
A string representing the formatted contents of the table.
Premake 5.0 or later.