SAVE PART AS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
Line 7: Line 7:
===Example===
===Example===
:SAVE_PART_AS "MyPart.vnc"
:SAVE_PART_AS "MyPart.vnc"
:SAVE_PART_AS "c:\Parts\MyPart2.vnc"
:SAVE_PART_AS "C:\Parts\MyPart2.vnc"


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

Revision as of 22:24, 26 July 2010

Command

SAVE_PART_AS <filename>


Saves the currently open part file using a new filename.

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

SAVE_PART_AS "MyPart.vnc"
SAVE_PART_AS "C:\Parts\MyPart2.vnc"