EXPORT DXF: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=EXPORT_DXF <filename>, |description=*DESCRPTION* |param1=<filename>|param1_desc= }} ===Example=== :- EXPORT_DXF Category:File_Options
 
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[:Category:File_Options|{{Up}}]]
{{Command|syntax=EXPORT_DXF <filename>,
{{Command|syntax=EXPORT_DXF <filename>,
|description=*DESCRPTION*
|description=:Export a DXF file.


|param1=<filename>|param1_desc=
|param1=<filename>|param1_desc={{filename}}
}}
}}


===Example===
===Example===
:- EXPORT_DXF
:EXPORT_DXF myFile$


[[Category:File_Options]]
[[Category:File_Options]]

Latest revision as of 00:48, 13 January 2011

Up

Command

EXPORT_DXF <filename>,


Export a DXF file.

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.

Example

EXPORT_DXF myFile$