OPEN PART: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=OPEN_PART <filename> | {{Command|syntax=OPEN_PART <filename> | ||
|description= | |description=Opens an existing part file. | ||
|param1=<filename>|param1_desc={{filename}} | |param1=<filename>|param1_desc={{filename}} | ||
Line 6: | Line 6: | ||
===Example=== | ===Example=== | ||
: | :OPEN_PART "GIBBS" | ||
[[Category:Part_Files]] | [[Category:Part_Files]] |
Revision as of 22:19, 21 July 2010
Command
- OPEN_PART <filename>
Opens an existing part file.
Parameters
- <filename>
- Filename as either text in double quotes, or a text variable.
- If the filename does not contain full path information, then the file will be opened in the same folder as the macro.
Example
- OPEN_PART "GIBBS"