Transfert variable
-
- Posts: 36
- Joined: Fri Jan 15, 2010 5:17 pm
- Location: Saint-Nazaire - France
- Has thanked: 1 time
Transfert variable
In Flowcode 3, is it possible to transfer several variable from one fcf file to another?
Frank
Electronics teacher
Electronics teacher
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Transfert variable
I would say the easiest way to transfer variables is create a new macro.
Copy and paste all blocks that contain all the variables you require transferring into your newly created macro. e.g. calculations, inputs etc.
Use the Macro export function to export the newly created macro.
Now this macro will contain all the variables that you require.
On a different flowcode, Just use Macro import, then all your variables will be in the flowcode you are importing to.
Copy and paste all blocks that contain all the variables you require transferring into your newly created macro. e.g. calculations, inputs etc.
Use the Macro export function to export the newly created macro.
Now this macro will contain all the variables that you require.
On a different flowcode, Just use Macro import, then all your variables will be in the flowcode you are importing to.
Martin