Importing a Macro

From Flowcode Help
Jump to navigationJump to search

To import a previously exported macro into Flowcode, select 'Import' from the 'Macro' menu (Macro > Import...). 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 you will get a warning message.

Variable clash warning.png

If you select No you be asked to resolve the issues.

If you select Yes ,all the variables with the same name will be automatically merged, so just Select OK.

Rename Macro Variable

Changes the macro name to the specified text in the edit box.