GET POST NUM: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: [[|{{Up}}]] {{Command|syntax=GET_POST_NUM <post number variable> <value> |description=: |param1=<post number variable>|param1_desc= |param2=<value>|param2_desc={{value}} }} ===Example==...
 
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[|{{Up}}]]
[[:Category:Post_Processing|{{Up}}]]


{{Command|syntax=GET_POST_NUM <post number variable> <value>
{{Command|syntax=GET_POST_NUM <post number variable> <value>
|description=:
|description=:Get the value of a post NUM variable.


|param1=<post number variable>|param1_desc=
|param1=<variable name>|param1_desc=Number of variable (1 to 9999).
|param2=<value>|param2_desc={{value}}
|param2=<variable>|param2_desc={{parameter_variable_any_name}} the value.
}}
}}


===Example===
===Example===
:GET_POST_NUM
:GET_POST_NUM 37, Num37
[[Category:]]
 
[[Category:Post_Processing]]

Latest revision as of 17:42, 13 January 2011

Up

Command

GET_POST_NUM <post number variable> <value>


Get the value of a post NUM variable.

Parameters

<variable name>
Number of variable (1 to 9999).
<variable>
Name of variable to be set to the value.

Example

GET_POST_NUM 37, Num37