FILE OPEN

From Macros Wiki
Revision as of 21:56, 29 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

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