RUN POST: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Command|syntax=RUN_POST [<post filename>, <tape filename>]
{{Command|syntax=RUN_POST [<post filename>, <tape filename>]
|description=*DESCRPTION*
|description=:Create posted output.


|param1=[<post filename>]|param1_desc={{post filename}}
|param1=[<post filename>]|param1_desc=Post Processor filename
|param2=[<tape filename>]|param2_desc={{tape filename}}
|param2=[<tape filename>]|param2_desc=Output filename
}}
}}


===Example===
===Example===
:- RUN_POST
:RUN_POST MyPost$, "OutputCode.NCF"


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

Latest revision as of 17:47, 13 January 2011

Up

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"