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