grandMA3 User Manual Publication
Import(string)
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » Import(string)
|
Version 2.1
|
Description
The object-free Import Lua function imports a Lua table in XML format.
This function correlates to the Export function.
Arguments
-
String:
This is a string containing the file name of the desired imported file. It should contain the file name, including the entire path. See the example below.
Return
-
Table:
This is the imported table.
Example
This example imports the table exported using the example in the Export() function topic - please run that example before running this example.
Lua |
return function () |