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