Exporting a Macro

From Flowcode Help
Revision as of 11:40, 9 July 2013 by ReeceL (talk | contribs)
Jump to navigationJump to search

<sidebar>Sidebar: What Is a Macro?</sidebar>

Gen Exporting a Macro 01.png

Macros you create can be exported to a file for later use by importing the macro in another project.

Select the Export option from the Macro menu (Macro > Export...).

Flowcode will then ask you to select the macro you wish to export and then ask you for a filename to save the file.

Flowcode macros are exported with the file extension .FCM


If the 'Read Only' tick box is ticked then the exported macro will be locked making the macro unable to be edited when importing back into other Flowcode programs.

If the 'Private' option is ticked then the variables used in the macro will be hidden from the rest of the variables and only usable by the specific macro.