Difference between revisions of "GET POST DATA"
From Macros Wiki
(New page: <parameter>) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <[[ | + | [[:Category:Post_Processing|{{Up}}]] |
+ | |||
+ | {{Command|syntax=GET_POST_DATA <parameter>, <value> | ||
+ | |description=:Get data used to control post processing. | ||
+ | |||
+ | |param1=<parameter>|param1_desc= {{Post_parameter}} | ||
+ | |param2=<value>|param2_desc={{parameter_variable_any_name}} the post data. | ||
+ | }} | ||
+ | |||
+ | ===Example=== | ||
+ | :GET_POST_DATA START_PROG_NUM, StartNum | ||
+ | :GET_POST_DATA SEQ_FROM, FirstBlockNumber | ||
+ | :GET_POST_DATA OUTPUT_FILE, OutpuFilename$ | ||
+ | <br> | ||
+ | :For an example macro see [[Get_MTM_Data]] [[Run_Post]] | ||
+ | [[Category:Post_Processing]] |
Latest revision as of 12:47, 13 January 2011
Command
- GET_POST_DATA <parameter>, <value>
- Get data used to control post processing.
Parameters
- <parameter>
- Post_parameter
- <value>
- Name of variable to be set to the post data.
Example
- GET_POST_DATA START_PROG_NUM, StartNum
- GET_POST_DATA SEQ_FROM, FirstBlockNumber
- GET_POST_DATA OUTPUT_FILE, OutpuFilename$
- For an example macro see Get_MTM_Data Run_Post