Difference between revisions of "Importing a Macro"

From Flowcode Help
Jump to navigationJump to search
(Created page with " To import a previously exported macro into Flowcode, select Import from the Macro menu. Flowcode will ask you to choose the filename of the existing macro. Flowcode will the...")
 
Line 7: Line 7:
  
 
If any of the variables names already exist then a warning message will appear asking if you wish to proceed with the import.
 
If any of the variables names already exist then a warning message will appear asking if you wish to proceed with the import.
 +
 
If you proceed you will be asked if you wish rename the conflicting variables.
 
If you proceed you will be asked if you wish rename the conflicting variables.
  

Revision as of 09:49, 16 May 2013


To import a previously exported macro into Flowcode, select Import from the Macro menu. Flowcode will ask you to choose the filename of the existing macro. Flowcode will then import the macro using the same macro name as when it was exported. If the macro name already exists then Flowcode will ask for a new name for the macro.


Any variables used in the macro will be added to those already in the main program allowing you to use those variables in other parts of your program.

If any of the variables names already exist then a warning message will appear asking if you wish to proceed with the import.

If you proceed you will be asked if you wish rename the conflicting variables.


<img>


Rename macro variable changes the macro name to the one in the text edit box.

Use existing variable treats the imported variable as being references to the already existing variable, keeping the same name.