.. highlightlang:: us .. index:: lua_str .. _lua_str: lua_str ======= .. us.tag lua_str NOTREADYENGLISH Lua New5800 :ref:`lua_str` creates a string from a Lua table for debugging purposes. .. function:: ssString = lua_str(table) .. us.return **Return Value** *ssString* .. us.params **Parameters** .. uparam:: table *table* .. us.example **Example** .. code-block:: none * math = lua_require("math") * lua_type(math) table * lua_str(math) { abs = , acos = , asin = , atan = , atan2 = , ceil = , cos = , cosh = , deg = , exp = , floor = , fmod = , frexp = , huge = inf, ldexp = , log = , log10 = , max = , min = , modf = , pi = 3.1415926535898, pow = , rad = , random = , randomseed = , sin = , sinh = , sqrt = , tan = , tanh = } .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.80 - New. .. seealso:: :ref:`overview-lua`, :ref:`Lua`, :ref:`lua_call`, :ref:`lua_eval`, :ref:`lua_set`, :ref:`lua_get` :sub:`id-2055921`