set_param
Use this function to set or update a parameter that is accessible using get_param
for the duration of the current task, feed, child feed or entry.
Syntax: | function set_param(name, value)
|
Inputs: | name (string), value (string) |
Outputs: | [NONE] |
Usage: | Anywhere |
See also: | get_param |