set_datastore_param
Use this function to set or update a parameter that is accessible using get_datastore_param
for the lifetime of the datastore file.
Syntax: | function set_datastore_param(name, value)
|
Inputs: | name (string), value (string) |
Outputs: | [NONE] |
Usage: | Anywhere |
See also: | get_datastore_param |