LOAD PROCESS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Procs:Process_Selection|{{Up}}]] | [[Procs:Process_Selection|{{Up}}]] | ||
{{Command|syntax=LOAD_PROCESS <process filename> | {{Command|syntax=LOAD_PROCESS <process filename> [<clear process list>] | ||
|description=:Load an existing process (.prc) file. | |description=:Load an existing process (.prc) file. | ||
|param1=<process filename>|param1_desc=Process filename. Use the complete pathname if it is not in the same folder as the macro. | |param1=<process filename>|param1_desc=Process filename. Use the complete pathname if it is not in the same folder as the macro. | ||
|param2=<clear process list>|param2_desc=1=Clear the process tile list before loading the process file. 0=Do not clear (default). | |||
}} | }} | ||
===Example=== | ===Example=== | ||
:LOAD_PROCESS "shape.prc" | :LOAD_PROCESS "shape.prc" | ||
:LOAD_PROCESS "shape2.prc", 1 | |||
<br> | <br> | ||
:For an example macro see [[Use_Saved_Process]] | :For an example macro see [[Use_Saved_Process]] | ||
[[Category:Procs]] | [[Category:Procs]] |
Revision as of 14:22, 26 April 2011
Command
- LOAD_PROCESS <process filename> [<clear process list>]
- Load an existing process (.prc) file.
Parameters
- <process filename>
- Process filename. Use the complete pathname if it is not in the same folder as the macro.
- <clear process list>
- 1=Clear the process tile list before loading the process file. 0=Do not clear (default).
Example
- LOAD_PROCESS "shape.prc"
- LOAD_PROCESS "shape2.prc", 1
- For an example macro see Use_Saved_Process