save table (table) to file (file)
In the toolbox
Save a table to a local file, to be loaded later with “load table from file”.
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
table | table | ✓ | The table to save. |
file | String | ✓ | The file to save the table to, relative to the .lazurite data directory. |
Output
void - This is a statement with no outputs