WoW:API loadstring: Difference between revisions

m
no edit summary
(yank divs, fix headers)
mNo edit summary
Line 1: Line 1:
{{tocright}}
Parse a string as Lua code and return it as a reference to a function.
Parse a string as Lua code and return it as a reference to a function.
  func, errorMessage = loadstring("luaCodeBlock"[, "chunkName"]);
  func, errorMessage = loadstring("luaCodeBlock"[, "chunkName"]);
Anonymous user