FILE OPEN: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
===Example=== | ===Example=== | ||
:FILE_OPEN | :FILE_OPEN | ||
:For an example macro see [[Get_Op_Tool_Path]] [[Global_Local]] | :For an example macro see [[Get_Op_Tool_Path]] [[Global_Local]] [[Print_Geo_Data_To_File]] | ||
[[Category:External_File_Handling]] | [[Category:External_File_Handling]] |
Revision as of 21:56, 29 July 2010
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