CLOSE PART: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
Line 2: Line 2:
|description=:Closes the open part file.
|description=:Closes the open part file.


|param1=<force close>|param1_desc={{force close}}
|param1=<force close>|param1_desc=Set to 1 to force the file to be closed, 0 to close it (unless there is an error)
|param2=<save file>|param2_desc={{save file}}
|param2=<save file>|param2_desc=Set to 1 to close and save the file, 0 to close without saving
}}
}}


===Example===
===Example===
:CLOSE_PART
:CLOSE_PART
:CLOSE_PART 1, 1


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

Revision as of 22:26, 26 July 2010

Command

CLOSE_PART <force close>, <save file>


Closes the open part file.

Parameters

<force close>
Set to 1 to force the file to be closed, 0 to close it (unless there is an error)
<save file>
Set to 1 to close and save the file, 0 to close without saving

Example

CLOSE_PART
CLOSE_PART 1, 1