FILE OPEN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
[[:Category:External_File_Handling|{{Up}}]]
{{Command|syntax=FILE_OPEN <filename>, <file Number>, [<type>]
{{Command|syntax=FILE_OPEN <filename>, <file Number>, [<type>]
|description=*DESCRPTION*
|description=*DESCRPTION*

Revision as of 14:28, 2 August 2010

Up

Command

FILE_OPEN <filename>, <file Number>, [<type>]


  • DESCRPTION*

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.
<file Number>
File number, 1 to 10. You may have up to 10 files open at the same time.
[<type>]
.edit.

Example

FILE_OPEN
For an example macro see Get_Op_Tool_Path Global_Local Print_Geo_Data_To_File