Set param

Purpose: Set or create a parameter.

 set-param <name> = <value>

set-param sets or creates a parameter (see get-param).

If parameter <name> does not exist, it's created with <value>. If it does exist, its value is replaced with <value>. Note that <value> can be of any type.
Examples
Set the value of parameter quantity" to "10", which is also the output:
 set-param quantity = "10"
 ...
 get-param quantity
 p-out quantity

See also
Request data
get-param  
request-body  
set-param  
See all
documentation


Copyright (c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.