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