Transfert variable

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Frank123
Posts: 36
Joined: Fri Jan 15, 2010 5:17 pm
Location: Saint-Nazaire - France
Has thanked: 1 time

Transfert variable

Post by Frank123 »

In Flowcode 3, is it possible to transfer several variable from one fcf file to another?
Frank
Electronics teacher

medelec35
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

Post by medelec35 »

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.
Martin

Post Reply