OPEN PART

From Macros Wiki
Revision as of 22:22, 26 July 2010 by MikeO (talk | contribs)
Jump to navigationJump to search

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 "MyPart.vnc"
OPEN_PART "C:\Parts\MyPart2.vnc"