FILE CLOSE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=FILE_CLOSE <unit> |description=*DESCRPTION* |param1=<unit>|param1_desc= }} ===Example=== :- FILE_CLOSE Category:External_File_Handling
 
ConnerO (talk | contribs)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=FILE_CLOSE <unit>
[[:Category:External_File_Handling|{{Up}}]]
|description=*DESCRPTION*


|param1=<unit>|param1_desc=
{{Command|syntax=FILE_CLOSE <file Number>
|description=:Close a file that was opened using the [[FILE_OPEN]] command.
 
|param1=<file Number>|param1_desc={{file Number}}
}}
}}


===Example===
===Example===
:- FILE_CLOSE
:FILE_CLOSE
 
:For an example macro see [[Get_Op_Tool_Path]] [[Global_Local]] [[Print_Geo_Data_To_File]]
[[Category:External_File_Handling]]
[[Category:External_File_Handling]]

Latest revision as of 14:56, 19 August 2010

Up

Command

FILE_CLOSE <file Number>


Close a file that was opened using the FILE_OPEN command.

Parameters

<file Number>
File number, 1 to 10. You may have up to 10 files open at the same time.

Example

FILE_CLOSE
For an example macro see Get_Op_Tool_Path Global_Local Print_Geo_Data_To_File