Might already be available but anyway. I've some programs which use portions of other programs which are 90% reusable but may need a few tweaks so its nice to be able to copy a macro from one program project to another. What would be nice is if copying a macro it also copies the relevant variables as well, prompting if the variable already exists in the recipient program and the option to change its name and which would transfer to all the occurrences of it.
Hope this makes sense
N
Copying variables with macros
-
- Posts: 265
- http://meble-kuchenne.info.pl
- Joined: Tue Jul 13, 2021 1:53 pm
- Has thanked: 36 times
- Been thanked: 29 times
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: Copying variables with macros
Hello WingNut.
Yes, this is already a function of Flowcode.
Select User Macros ribbon then select Export Macro
You can then select which macros you want to export, which will include all the local & global variables.
When it comes to importing macros, you can use the Import Macros that's within the same User Macros ribbon.
Yes, this is already a function of Flowcode.
Select User Macros ribbon then select Export Macro
You can then select which macros you want to export, which will include all the local & global variables.
When it comes to importing macros, you can use the Import Macros that's within the same User Macros ribbon.
Martin