LOAD PROCESS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 2: Line 2:


{{Command|syntax=LOAD_PROCESS <process filename>
{{Command|syntax=LOAD_PROCESS <process filename>
|description=:Load an existing .prc file
|description=:Load an existing process (.prc) file.


|param1=<process filename>|param1_desc={{process filename}}
|param1=<process filename>|param1_desc={{process filename}}
Line 9: Line 9:
===Example===
===Example===
:LOAD_PROCESS "shape.prc"
:LOAD_PROCESS "shape.prc"
<br>
:For an example macro see [[Use_Saved_Process]]
:For an example macro see [[Use_Saved_Process]]
[[Category:Procs]]
[[Category:Procs]]

Revision as of 23:31, 14 January 2011

Up

Command

LOAD_PROCESS <process filename>


Load an existing process (.prc) file.

Parameters

<process filename>
Name of the .prc file, must be in double quotes

Example

LOAD_PROCESS "shape.prc"


For an example macro see Use_Saved_Process