SET POST VAR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=SET_POST_VAR <variable name>, <value> |description=*DESCRPTION* |param1=<variable name>|param1_desc= |param2=<value>|param2_desc= }} ===Example=== :- SET_POST_VAR [[Cat...
 
Mikeo (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[:Category:Post_Processing|{{Up}}]]
{{Command|syntax=SET_POST_VAR <variable name>, <value>
{{Command|syntax=SET_POST_VAR <variable name>, <value>
|description=*DESCRPTION*
|description=:Set the value of a named post variable.


|param1=<variable name>|param1_desc=
|param1=<variable name>|param1_desc=Post variable name.
|param2=<value>|param2_desc=
|param2=<value>|param2_desc=Value.
}}
}}


===Example===
===Example===
:- SET_POST_VAR
:SET_POST_VAR "MyVar", 302


[[Category:Post_Processing]]
[[Category:Post_Processing]]

Latest revision as of 17:44, 13 January 2011

Up

Command

SET_POST_VAR <variable name>, <value>


Set the value of a named post variable.

Parameters

<variable name>
Post variable name.
<value>
Value.

Example

SET_POST_VAR "MyVar", 302