LUA SET STRING

With this command, you can set a string via the LUA interface.
Global LUA strings are also specified in a file simply by assigning quoted text (but also unquoted numbers are valid) to a named variable. e.g: nick = "Barnski"
After the file has been loaded by LUA, you can access this global string by using nick$=LUA STRING$("nick").

You can also set the string field of a table, or even a nested table. You need to seperate the table-names in the argument string you provide with a ".", like: "parent.child"

SYNTAX
LUA SET STRING index_name as String, a_string as String

RELATED INFO
LUA command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2