Difference between revisions of "Include an External Macro File"

From ArcoWiki
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
To [[Include an External Macro File]]
+
To [[Include an External Macro File]] it is necessary to follow this procedure:<br />
 +
<br />
 +
* Open the Project (New  Program or Existing One)
 +
* Open the Project Tab in the Viewers on the Left    [[File:Include Macro1.PNG]]
 +
* Select the entry Libraries
 +
*Right Mouse Click -> "Add File"  [[File:Include Macro2.PNG]]
 +
* Browse the [[DML]] file required
 +
* Press OK
 +
 
 +
If the file '''doesn't contains Syntax Errors''', it will be included in the Program.<br />
 +
A '''Read Only''' form will display the content of the [[macro]] and the necessary [[DMIS]] instruction to Include the file will be add to the top of the program.
 +
 
 +
 +
[[File:Include Macro3.PNG]]
 +
 
 +
[[it:Includi un file macro esterno]]
 +
[[zh-cn:包含外部宏文件]]
 +
[[pt:Incluir um arquivo de macro externo]]
 +
[[de:Fügen Sie eine externe Makrodatei hinzu]]
 +
[[es:Incluir un archivo de macro externo]]
 +
[[en:Include an External Macro File]]
  
 
[[Category:Dmis_Tutorial]]
 
[[Category:Dmis_Tutorial]]
 
[[Category:Help_On_Line]]
 
[[Category:Help_On_Line]]

Latest revision as of 07:45, 11 June 2018

To Include an External Macro File it is necessary to follow this procedure:

  • Open the Project (New Program or Existing One)
  • Open the Project Tab in the Viewers on the Left Include Macro1.PNG
  • Select the entry Libraries
  • Right Mouse Click -> "Add File" Include Macro2.PNG
  • Browse the DML file required
  • Press OK

If the file doesn't contains Syntax Errors, it will be included in the Program.
A Read Only form will display the content of the macro and the necessary DMIS instruction to Include the file will be add to the top of the program.


Include Macro3.PNG