RUN POST: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=RUN_POST [<post filename>, <tape filename>] |description=*DESCRPTION* |param1=[<post filename>]|param1_desc= |param2=[<tape filename>]|param2_desc= }} ===Example=== :- R... |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[:Category:Post_Processing|{{Up}}]] | |||
{{Command|syntax=RUN_POST [<post filename>, <tape filename>] | {{Command|syntax=RUN_POST [<post filename>, <tape filename>] | ||
|description= | |description=:Create posted output. | ||
|param1=[<post filename>]|param1_desc= | |param1=[<post filename>]|param1_desc=Post Processor filename | ||
|param2=[<tape filename>]|param2_desc= | |param2=[<tape filename>]|param2_desc=Output filename | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :RUN_POST MyPost$, "OutputCode.NCF" | ||
[[Category:Post_Processing]] | [[Category:Post_Processing]] |
Latest revision as of 17:47, 13 January 2011
Command
- RUN_POST [<post filename>, <tape filename>]
- Create posted output.
Parameters
- [<post filename>]
- Post Processor filename
- [<tape filename>]
- Output filename
Example
- RUN_POST MyPost$, "OutputCode.NCF"