get_datastore_feed_param
Use this function to get a parameter that has been assigned using set_datastore_param
from the datastore for the current feed. If a default is specified, the return value will be the same type (string or number) and will default to this value if the parameter is not set.
Syntax: | function get_datastore_feed_param(name)
|
Inputs: | name (string), default (optional string or number) |
Outputs: | value (string) |
Usage: | Any function applying to a particular feed |
See also: | set_datastore_feed_param |