.. highlightlang:: us .. index:: lua_str .. _lua_str: lua_str ======= .. us.tag lua_str NOTREADYGERMAN Lua New5800 :ref:`lua_str` erzeugt einen String von einer Lua table für Debugging-Zwecke. .. function:: ssString = lua_str(table) .. us.return **Returnwert** *ssString* .. us.params **Parameter** .. uparam:: table *table* .. us.example **Beispiel** **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 = } * .. highlight:: us .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.80 - Neu. .. seealso:: :ref:`overview-lua`, :ref:`Lua`, :ref:`lua_call`, :ref:`lua_eval`, :ref:`lua_set`, :ref:`lua_get` :sub:`id-2055921`