SAVE PART AS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[:Category:Part_Files|{{Up}}]]
{{Command|syntax=SAVE_PART_AS <filename>
{{Command|syntax=SAVE_PART_AS <filename>
|description=:Saves the currently open part file using a new filename.
|description=:Saves the currently open part file using a new filename.
Line 8: Line 10:
:SAVE_PART_AS "MyPart.vnc"
:SAVE_PART_AS "MyPart.vnc"
:SAVE_PART_AS "C:\Parts\MyPart2.vnc"
:SAVE_PART_AS "C:\Parts\MyPart2.vnc"
:For an example macro see [[Backup_Current_Part]]


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

Latest revision as of 14:34, 2 August 2010

Up

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"
For an example macro see Backup_Current_Part