SET POST VAR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=SET_POST_VAR <variable name>, <value> | {{Command|syntax=SET_POST_VAR <variable name>, <value> | ||
|description= | |description=Set the value of a named post variable. | ||
|param1=<variable name>|param1_desc= | |param1=<variable name>|param1_desc=Variable name. | ||
|param2=<value>|param2_desc= | |param2=<value>|param2_desc=Value. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :SET_POST_VAR "MyVar", 302 | ||
[[Category:Post_Processing]] | [[Category:Post_Processing]] |
Revision as of 17:42, 13 January 2011
Command
- SET_POST_VAR <variable name>, <value>
Set the value of a named post variable.
Parameters
- <variable name>
- Variable name.
- <value>
- Value.
Example
- SET_POST_VAR "MyVar", 302