IMPORT RHINO: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 2: Line 2:


{{Command|syntax=IMPORT_RHINO <filename>,
{{Command|syntax=IMPORT_RHINO <filename>,
|description=*DESCRPTION*
|description=:Import a Rhino file.


|param1=<filename>|param1_desc={{filename}}
|param1=<filename>|param1_desc={{filename}}
Line 8: Line 8:


===Example===
===Example===
:- IMPORT_RHINO
:IMPORT_RHINO myFile$
 


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

Latest revision as of 00:46, 13 January 2011

Up

Command

IMPORT_RHINO <filename>,


Import a Rhino 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

IMPORT_RHINO myFile$