OPEN PART: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[:Category:Part_Files|{{Up}}]]
{{Command|syntax=OPEN_PART <filename>
{{Command|syntax=OPEN_PART <filename>
|description=:Opens an existing part file.
|description=:Opens an existing part file.
Line 7: Line 9:
===Example===
===Example===
:OPEN_PART "MyPart.vnc"
:OPEN_PART "MyPart.vnc"
:OPEN_PART "c:\Parts\MyPart2.vnc"
:OPEN_PART "C:\Parts\MyPart2.vnc"




[[Category:Part_Files]]
[[Category:Part_Files]]

Latest revision as of 14:35, 2 August 2010

Up

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"