LOAD PROCESS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
===Example=== | ===Example=== | ||
:LOAD_PROCESS "shape.prc" | :LOAD_PROCESS "shape.prc" | ||
:For an example macro see [[Use_Saved_Process]] | |||
[[Category:Procs]] | [[Category:Procs]] |
Revision as of 22:12, 29 July 2010
Command
- LOAD_PROCESS <process filename>
- Load an existing .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